SpecFlowOSS / SpecFlow.Actions

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

Actoons.BrowserStack Selenium 4 support. #79

Open mrampass opened 2 years ago

mrampass commented 2 years ago

When I attempt to upgrade Selenium version from 3.1 to 4.1 and then attempt to run it against the calculator example in Specflow.Actions.BrowserStack.IntegrationTests project the test fails while trying to establish a remote webdriver connection with Browsers stack. Think the failure is caused as browser stack selenium 4 config is different due to switch from Legacy/JSONWire protocol to Webdriver protocol. Also the Browser Stack capabilities have changed to custom capabilities to be set in "bstack:options" key as opposed to driver capabilities earlier. Are there any plans to support Selenium 4 for BrowserStack Actions or is the community open for a PR from contributors?

kapros commented 1 year ago

There is a PR but GH actions is not configured to share credentials to remote services and therefore it won't pass quality gates.