sclevine / agouti

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

Added NewWithArgs to allow starting of the appium service with arguments #208

Closed Bradbev closed 4 years ago

Bradbev commented 4 years ago

My usecase was I wanted to start appium with "--relaxed-security", and possibly other options. The other approach would have been to provide some sort of wrapping New for appium.WebDriver that accepted an agouti.WebDriver as an argument.

Bradbev commented 4 years ago

I've not done this well :( The second commit shouldn't be in here.