Hi guys,
My automation was working fine, but all of a sudden it stopped.
Have attached the code below for the reference, in that below print statements user check 12
is printed but after that user check 17
and user check 20
is not getting printed.
driver = new AndroidDriver(new URL("http://0.0.0.0:4725"), capabilities); driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));
From the above code, the driver.manage() line is not working. And the appium server remains the same, it is not working.
Tried the URL change to 127.0.0.1 as well… still the same, tried by downgrading the version also. But the issue is still the same. In Appium inspector it is working fine as 0.0.0.0:4725
Tried by changing the other port number as well.
It would be very useful if anyone help me out
cc: @Aleksei