rohith prabhu

Results 4 comments of rohith prabhu

service = new AppiumServiceBuilder() .withIPAddress("127.0.0.1") .usingAnyFreePort() **.withTimeout(Duration.ofSeconds(300))** .build(); service.start(); Try adding timeout

I was getting this issue but seems issues with dependency , as appium takes selenium dependencies transitively I removed a selenium java pom dependency as appium client had it, worked...

in the logs if you could scroll down you can see the updated version used [Appium] Available drivers: [Appium] - [email protected] (automationName 'UiAutomator2') [Appium] - [email protected] (automationName 'Espresso') [Appium] Available...

Hello Sudharshan, Can we connect on Friday afternoon post 4pm if its fine with you or else on Saturday. Thanks. Regards, Rohith P On Wed, 9 Mar 2022, 20:47 Sudharsan...