agouti
agouti copied to clipboard
Support arguments for chromedriver command
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()
.