传递进程ID以启动selenium

时间:2018-01-11 15:15:33

标签: selenium cucumber autotest

如何将chrome进程ID传递给selenium以强制它启动现有浏览器?我尝试将参数传递给功能,但他们没有帮助。

由于 任何帮助表示赞赏。

capabilities.setCapability( "pid", pid ); //$NON-NLS-1$
ChromeDriver driver = new ChromeDriver(capabilities);

1 个答案:

答案 0 :(得分:0)

直接回答,,您无法将Chrome进程ID [PID] 传递给Selenium以强制其启动现有浏览器。

同样,即使您能够从之前的Session ID中提取 Browsing Session 和其他会话属性,您仍然无法将这些属性作为HOOK WebDriver