You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
driver = new AndroidDriver(new URL(hubURL),capabilities);
driver2= EventFiringWebDriverFactory.getEventFiringWebDriver(driver, new AlertListener(), new ElementListener());
the driver2 is null!!!!!
when i debug found when the code run into "EventFiringWebDriverFactory.getEventFiringWebDriver(driver, new AlertListener(), new ElementListener());"
the capabilities turn to null;
Environment
jdk 1,7
java -client 4.1
selenium 2.53
The text was updated successfully, but these errors were encountered:
Description
use java-client 4.1 found 👍
capabilities.setCapability(MobileCapabilityType.BROWSER_NAME, browser_Name);
capabilities.setCapability(MobileCapabilityType.PLATFORM_NAME, platform_Name);
capabilities.setCapability(MobileCapabilityType.DEVICE_NAME,device_Name);
capabilities.setCapability(MobileCapabilityType.PLATFORM_VERSION, platform_Version);
the driver2 is null!!!!!
when i debug found when the code run into "EventFiringWebDriverFactory.getEventFiringWebDriver(driver, new AlertListener(), new ElementListener());"
the capabilities turn to null;
Environment
jdk 1,7
java -client 4.1
selenium 2.53
The text was updated successfully, but these errors were encountered: