SpecFlowOSS / SpecFlow.Actions

BSD 3-Clause "New" or "Revised" License
57 stars 53 forks source link

Allow additional capabilities defined in specflow.actions.json in WindowsAppDriver #98

Closed aronweiler closed 2 years ago

aronweiler commented 2 years ago

I am not sure if there is a reason that the SpecFlow.Actions.WindowsAppDriver.WindowsAppDriverOptions disallows any additional capabilities besides app, but it would be useful to be able to add other capabilities to be picked up by Appium.

In my case, I need to be able to set some application arguments (i.e. the Appium appArguments).

See: https://github.com/appium/appium-windows-driver#windowsdriver-specific-capabilities

aronweiler commented 2 years ago

I think I had the wrong base branch set in the PR at first, but I changed it... so now there should be no conflicts. Not sure how I can force the checks to run again...