Esempio n. 1
0
 public Login(IWebDriver driver)
 {
     bot         = new ActionBot(driver);
     this.driver = driver;
 }
Esempio n. 2
0
 public MyWatchlist(IWebDriver driver)
 {
     this.driver = driver;
     bot         = new ActionBot(driver);
 }
Esempio n. 3
0
 public Trade(IWebDriver driver)
 {
     bot         = new ActionBot(driver);
     this.driver = driver;
 }