python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Control Vivaldi browser
I want to manage the tabs of Vivaldi (Windows) using Python: get URLs, focus a specific tab, open, close, reload...
This post asks how to open Vivaldi, and my script does it, but not when/how it's sup...

DavidBevi
Votes: 0
Answers: 0
org.openqa.selenium.UnsupportedCommandException for appium (devices) for sauce labs
I am trying to upgrade from Selenium 3 to Selenium 4. The capabilities and everything works fine for all the browsers remotely on sauce labs and works well even on local but when it comes to devices(A...
user110009
Votes: 0
Answers: 1
Selenium Grid 4, How to match a particular pattern capability in ruby 3.x.x
I'm unable to match the custom capabilities in ruby code for selenium grid 4 nodes.
As per this documentation: https://www.selenium.dev/documentation/grid/configuration/cli_options/#matching-node-a
I'...
student
Votes: 0
Answers: 1
Error message "The method withTagName(String) is undefined for type RelativeLocator" - Selenium 4 java
When compiled within Eclipse IDE have an error "The method withTagName(String) is undefined for the type RelativeLocators" while running the test in Selenium-java 4.1.0.
I have followed the...
Anthony Ni
Votes: 0
Answers: 1