无法使用Selenium导入Android Web Driver库

时间:2014-05-01 09:17:03

标签: selenium-webdriver

我一直在尝试使用android web驱动程序,但eclipse IDE无法找到以下导入集的类定义

import org.openqa.selenium.android; import org.openqa.selenium.android;

我已按照以下链接中指定的程序进行操作

https://code.google.com/p/selenium/wiki/AndroidDriver

但我仍然无法导入这两个类

所以任何有一些建议的人请帮我解决,提前谢谢

1 个答案:

答案 0 :(得分:0)

使用  import org.openqa.selenium.android。*;

这些类在org.openqa.selenium.android包中