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