ANUNAYA THAKUR

Results 369 comments of ANUNAYA THAKUR

can you share the code. just the desired capabilities part.

code is OK, I did not do anything to set the IP address on the test machine and in the test runner. The exception says that its is not allowing...

Yes, switch off the firewall.

can you remove the /wd/hub part from command line where u start winappdriver

What's the error message when it gets failed.

"Failed to open the application" comes in two scenarios: 1. If your application has a splash screen if it has then you need to create a root session and switch...

try this: Desktop desktop = Desktop.getDesktop(); desktop.open("C:\\Program Files (x86)\\Windows Application Driver\\WinAppDriver.exe");

The issue seems bo with your application it stops launching after the 5th test case try changing the test cases sequences in which they run.

Does your application have a splash screen? Which version of appium and selenium are you using?