使用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");
}
}提示错误,求教
build path没有相应的随之改变 ;P
页:
[1]