Пример #1
0
 public Login(IWebDriver driver)
 {
     bot         = new ActionBot(driver);
     this.driver = driver;
 }
Пример #2
0
 public MyWatchlist(IWebDriver driver)
 {
     this.driver = driver;
     bot         = new ActionBot(driver);
 }
Пример #3
0
 public Trade(IWebDriver driver)
 {
     bot         = new ActionBot(driver);
     this.driver = driver;
 }