Exception in thread “main” org.openqa.selenium.WebDriverException
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to test my application in eclipse IDE using java throwing this error. I started appium server also. gave matching port numbers too. this is my log trace. help me out.Thanks in advance This is the code I used for testing my android app using appium: public class MilonowFirstTest { static AppiumDriver<WebElement> driver; // @BeforeClass public static void main(String[] args) throws MalformedURLException //public void Setup() throws MalformedURLException { DesiredCapabilities cap = new DesiredCapabilities(); //cap.setCapability