Featured
-
No Featured Found!
Tags
Original error: Could not find a connected Android device.
I tried to run the below piece code and getting the error Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: A new session could not be created.
public class TestCaller {
public static AppiumDriver driver;
...
org.openqa.selenium.SessionNotCreatedException: A new session could not be created. (Original error: Screen did not u...
I tried to run the below piece code and getting the error Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: A new session could not be created.
public class TestCaller {
public static AppiumDriver driver;
...