小编Lea*_*pet的帖子

远程webdriver - 使用Rest Client Extension(附加组件)传递firefox配置文件

目前我可以通过RemoteWebDriver发送firefox配置文件,但我无法通过配置文件发送RestCLient扩展.我需要一个REST客户端扩展(firefox附加组件)才能用于我的测试用例执行.

如果我使用firefox驱动程序在本地运行测试用例,它可以工作....但是如何使用RemoteWebDriver实现相同的功能呢?

 File profileDirectory = new File("c://mach//lib//prof");
 FirefoxProfile profile = new FirefoxProfile(profileDirectory);
 driver = new FirefoxDriver(profile);
 driver.manage().timeouts().implicitlyWait(15, TimeUnit.SECONDS);
Run Code Online (Sandbox Code Playgroud)

干杯

java remotewebdriver selenium-grid2

9
推荐指数
1
解决办法
1万
查看次数

标签 统计

java ×1

remotewebdriver ×1

selenium-grid2 ×1