drjoeyoussef

Results 5 comments of drjoeyoussef

I have the same issue, did anyone find a solution for it? I'm getting this error: io.appium.java_client.service.local.AppiumServerHasNotBeenStartedLocallyException: The local appium server has not been started. The given Node.js executable: /usr/local/bin/node...

@Krishna077 I really appreciate your kindness and your help. That's the builder method: ``` public IOSDriver driver; public AppiumDriverLocalService service; @BeforeClass public void ConfigureAppium() throws MalformedURLException { service = new...

@Krishna077 I tried it like that ``` service = new AppiumServiceBuilder().withAppiumJS(new File("/usr/local/lib/node_modules/appium/build/lib/main.js")) .withIPAddress("0.0.0.0").usingPort(4723).withTimeout(Duration.ofSeconds(200)).build(); service.start(); ``` I got the same error: ``` [RemoteTestNG] detected TestNG version 7.4.0 SLF4J: No SLF4J providers...