Open sermojohn opened 6 years ago
This is needed in order to pass any chromedriver arguments, such as logging related: http://chromedriver.chromium.org/logging
Sorry for the delay. This is a breaking change to the agouti.ChromeDriver() method interface. If you need custom ChromeDriver arguments, I recommend using agouti.NewWebDriver().
agouti.ChromeDriver()
agouti.NewWebDriver()
This is needed in order to pass any chromedriver arguments, such as logging related: http://chromedriver.chromium.org/logging