python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
NullPointerException when starting an appium session, but the app opens
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability(MobileCapabilityType.NEW_COMMAND_TIMEOUT, 600);
capabilities.setCapability(MobileCapabilityType.PLATFORM_NAME, ...
PraNuta
Votes: 0
Answers: 0
Appium Inspector is throwing ERROR with the same successful desired capabilities which I was able to run my TestNG project
I wrote a simple Java-TestNG project in which the desired capabilities are
{
URL url = new URL("http://127.0.0.1:4724/wd/hub");
DesiredCapabilities caps = new DesiredCapabilities...
PraNuta
Votes: 0
Answers: 2