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