public Login(IWebDriver driver) { bot = new ActionBot(driver); this.driver = driver; }
public MyWatchlist(IWebDriver driver) { this.driver = driver; bot = new ActionBot(driver); }
public Trade(IWebDriver driver) { bot = new ActionBot(driver); this.driver = driver; }