Closed ibodog closed 2 years ago
@ibodog, thank you for creating this issue. We will troubleshoot it as soon as we can.
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template
label.
If the issue is a question, add the I-question
label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted
label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, W3C),
add the applicable G-*
label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer
label.
Thank you!
Thank you for the details. Based on the logs it seems like the code is using WebDriverDecorator. Kindly provide a complete reproducible test script/code. It will help us reproduce the problem and triage the issue. Thank you!
The issue here is that Opera does not support w3c syntax, so the new feature (DOM attribute endpoint) is not recognized. Opera is based on Chromium so it can be used with chromedriver, which means using ChromeOptions
/ChromeDriver
classes and calling setBinary("/path/to/opera/browser")
representing the location of the Opera binary on the remote machine.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
What happened?
Unsupported command exception when trying to work with a Select element.
No similar problem on chrome/firefox.
How can we reproduce the issue?
Relevant log output
Operating System
Windows 10 64-bit
Selenium version
4.1.2
What are the browser(s) and version(s) where you see this issue?
Opera 84.0.4316.31
What are the browser driver(s) and version(s) where you see this issue?
OperaDriver 98.0.4758.82
Are you using Selenium Grid?
4.1.2