在这里你可以看到如何让Selenium Standalone Server使用chromedriver。我的问题是,Selenium Standalone Server jar 中包含哪些驱动程序?
我应该使用浏览器驱动程序而不是Selenium Standalone Server jar 中包含的驱动程序吗?
我知道对于 Firefox,Selenium 团队建议使用 Firefox 驱动程序,但是其他浏览器呢?
在这里你可以看到如何让Selenium Standalone Server使用chromedriver。我的问题是,Selenium Standalone Server jar 中包含哪些驱动程序?
我应该使用浏览器驱动程序而不是Selenium Standalone Server jar 中包含的驱动程序吗?
我知道对于 Firefox,Selenium 团队建议使用 Firefox 驱动程序,但是其他浏览器呢?
您指出的帖子是通过设置和how to make Selenium Standalone Server use the chromedriver
使用 ie 的演示。Selenium Standalone Server in Grid configuration
Selenium Grid Hub
Selenium Grid Node
Selenium 3.x 版本不支持 Selenium Standalone Server jar 中的任何驱动程序。
Selenium Team
推荐使用geckodriver
(Firefox)的主要原因Mozilla Firefox Browser
是两者都geckodriver
遵循Mozilla Firefox Browser
规范W3C
。