sclevine / agouti

A WebDriver client and acceptance testing library for Go
MIT License
822 stars 105 forks source link

Support arguments for chromedriver command #170

Open sermojohn opened 5 years ago

sermojohn commented 5 years ago

This is needed in order to pass any chromedriver arguments, such as logging related: http://chromedriver.chromium.org/logging

sclevine commented 5 years ago

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().