Exemplo n.º 1
0
 public PageBase(IWebDriver driver) : base(driver)
 {
     this.Driver             = driver;
     this.Actions            = GetActions();
     this.LearnSeleniumPopup = new LearnSeleniumPopup(Driver);
 }
Exemplo n.º 2
0
 public BlockBase(IWebDriver driver) : base(driver)
 {
     this._driver             = driver;
     this._learnSeleniumPopup = new LearnSeleniumPopup(_driver);
 }