测试积点老人 发表于 2018-10-11 11:40:55

使用selenium的AndroidDriver进行自动化测试,提示错误“The type org.openqa.sele...

使用selenium的AndroidDriver进行自动化测试,提示错误“The type org.openqa.selenium.html5.Browse”
package cxl.selenium.anroid.sixth;

import org.openqa.selenium.WebDriver;
import org.openqa.selenium.android.AndroidDriver;


import junit.framework.TestCase;

public class TestBaidu extends TestCase {

      public void testBaidu(){
                WebDriver driver = new AndroidDriver("http://localhost:8888/wd/hub");
                driver.get("http://www.baidu.com");
      }
}提示错误,求教


jingzizx 发表于 2018-10-12 11:42:27

build path没有相应的随之改变

梦想家 发表于 2018-10-15 10:08:56

;P
页: [1]
查看完整版本: 使用selenium的AndroidDriver进行自动化测试,提示错误“The type org.openqa.sele...