You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding option for .NET EdgeDriverService to use W3C protocol dialect
The Microsoft Edge driver specifies the use of the W3C WebDriver
Specification dialect of the JSON wire protocol via a command-line switch.
This commit exposes that behavior in the form of a property on the
EdgeDriverService object. Note that this command-line switch is only valid
for versions of the driver executable for Windows 10 versions later than
the 2018 Fall Creators Update version (this is the code-named "Redstone
4", or "RS4" builds). Attempting to use this property with versions of
MicrosoftWebDriver.exe before RS4 will result in errors, as the driver
executable will not start properly with an unknown command-line switch.
This commit also makes use of the fact that in RS4 and beyond, the driver
executable is a feature that is installed in the OS, not a separate
download, so the test projects have been updated to reflect this.
0 commit comments