sclevine / agouti

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

Add support for arbitrary string key-value pairs for capabilities #187

Closed cameronbroe closed 5 years ago

cameronbroe commented 5 years ago

For Appium, there are required capabilities that are key-value pairs with strings being the values. This PR adds support to the Capabilities struct to chain key-value pairs for supporting such capabilities.