导入com.perfectomobile.selenium无法解析

时间:2016-09-23 16:27:11

标签: java android eclipse selenium perfecto

我已经为Eclipse安装了PerfectoMobile插件,并且能够从Eclipse连接到Perfecto实验室。我正在尝试编写selenium自动化代码,但永远不会识别以下WebDriver类。

MobileDriver driver = new MobileDriver("mobilecloud.perfectomobile.com","username","password");

我们在哪里导入com.perfectomobile.selenium的jar文件?

2 个答案:

答案 0 :(得分:0)

我刚刚意识到当我创建一个类型 Perfecto Lab Java Selenium Project 的新项目时,我看到com.perfectomobile.selenium的jar文件自动添加。

答案 1 :(得分:0)

第1步::从https://developers.perfectomobile.com/display/PD/IDE+Plugin+Installation

下载并安装perfecto插件。

第二步: 在您的IDE上:导航到File > Settings(取决于您的IDE) 为IntelliJ IDEA 2018.2.7导航至:

enter image description here

第3步:(请记住,您在第1步

中安装了插件

enter image description here

第4步::添加模块(为其命名,例如“ Perfecto_module”)

完成后,您将看到此

enter image description here

现在由您决定如何在项目中利用它,祝您好运!