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
Upon start, the operadriver/chromedriver checks the devtools endpoint /json/version to get the current browser version.
From Opera 87 on, this field has the constant value "1.0.0", instead of "Chrome/101.0.4951.54", an the driver start crashes due to "Version 1.0.0 not supported (due to this check).
Upon start, the operadriver/chromedriver checks the devtools endpoint
/json/version
to get the current browser version.From Opera 87 on, this field has the constant value "1.0.0", instead of "Chrome/101.0.4951.54", an the driver start crashes due to "Version 1.0.0 not supported (due to this check).
Until Opera 86, the version is correct:
From version 87 on, the value is wrong:
This effectively prohibits any Opera testing using the Webdriver protocol (including Selenium 3 and 4).
(The CEF team had a similar issue 4 years ago)
The text was updated successfully, but these errors were encountered: