コード例 #1
0
ファイル: Login.cs プロジェクト: amidkeadan/test_eToro
 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
ファイル: Trade.cs プロジェクト: amidkeadan/test_eToro
 public Trade(IWebDriver driver)
 {
     bot         = new ActionBot(driver);
     this.driver = driver;
 }