Closed antoinerichez closed 2 years ago
It's because Selenium is 4.x, whereas the current actions is still at 3.x, @SabotageAndi. Oddly enough, the debugger won't even let me get into DriverOptionsHelper.TryToAddArguments and throws immediately, and at the same time I can clearly see the AddAdditionalCapability is available for all browsers.
It's because Selenium is 4.x, whereas the current actions is still at 3.x, @SabotageAndi. Oddly enough, the debugger won't even let me get into DriverOptionsHelper.TryToAddArguments and throws immediately, and at the same time I can clearly see the AddAdditionalCapability is available for all browsers.
update on this - I updated both Selenium and Selenium.Support to 4.3 and only then did I get the error to reproduce compile-time. So looks like there are breaking changes between the updates from 3.x to 4.x which need to be sorted, it's not exactly quick fix.
Selenium 4 is not supported yet. See also https://github.com/SpecFlowOSS/SpecFlow.Actions/issues/93
Package version: 0.1.332 Selenium version: 4.3.0
Hello, we are facing an issue when trying to add arguments to a browser.
This is the stack trace we got:
Here is the content of the specflow.actions.json:
Could you please help us in resolving this issue ?
I wish, to all of you, a nice day.