public PageObject(IWebDriver driver) { this.driver = driver; this.actionbot = new Actionbot(this.driver); }
public Component(IWebDriver driver, By locator) { this.driver = driver; this.actionbot = new Actionbot(this.driver); this.locator = locator; }