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
I'm using latest winium driver but when upgrading selenium webdriver to latest version (4.9.1). There is an exception with winium : "Illegal key values seen in w3c capabilities".
My DesktopOptions:
{
DesktopOptions options = new DesktopOptions();
options.setDebugConnectToRunningApp(true);
}
The text was updated successfully, but these errors were encountered:
I'm using latest winium driver but when upgrading selenium webdriver to latest version (4.9.1). There is an exception with winium : "Illegal key values seen in w3c capabilities".
My DesktopOptions:
{
DesktopOptions options = new DesktopOptions();
options.setDebugConnectToRunningApp(true);
}
The text was updated successfully, but these errors were encountered: