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 #209

Open Bradbev opened 4 years ago

Bradbev commented 4 years ago

My target use-case is starting the appium service with "--relaxed-security". The other approach I considered was to allow more directly creating the appium.WebDriver struct so clients could provide an existing agouti.WebDriver.

Hopefully this PR is in an acceptable form - I've not done this often :)