我已经为Eclipse安装了PerfectoMobile
插件,并且能够从Eclipse连接到Perfecto实验室。我正在尝试编写selenium自动化代码,但永远不会识别以下WebDriver
类。
MobileDriver driver = new MobileDriver("mobilecloud.perfectomobile.com","username","password");
我们在哪里导入com.perfectomobile.selenium
的jar文件?
答案 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
导航至:
第3步:(请记住,您在第1步
中安装了插件第4步::添加模块(为其命名,例如“ Perfecto_module”)
完成后,您将看到此
现在由您决定如何在项目中利用它,祝您好运!