Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
我可以在没有geckodriver的情况下启动具有selenium 3.3.0版本的firefox吗_Selenium_Firefox_Selenium Webdriver - Fatal编程技术网

我可以在没有geckodriver的情况下启动具有selenium 3.3.0版本的firefox吗

我可以在没有geckodriver的情况下启动具有selenium 3.3.0版本的firefox吗,selenium,firefox,selenium-webdriver,Selenium,Firefox,Selenium Webdriver,我需要启动带有selenium 3.3.0版本的Firefox浏览器 没有geckodriver可以启动吗?对于Selenium 2.x更高版本,Firefox浏览器必须使用gecko驱动程序。如果您不想使用gecko驱动程序,请使用selenium 2.x(2.53)版本如何替换selenium 2.53?如果您使用的是maven,只需将pom.xml文件中的版本更改为要维护的较新版本。。

我需要启动带有selenium 3.3.0版本的Firefox浏览器


没有geckodriver可以启动吗?

对于Selenium 2.x更高版本,Firefox浏览器必须使用gecko驱动程序。如果您不想使用gecko驱动程序,请使用selenium 2.x(2.53)版本

如何替换selenium 2.53?如果您使用的是maven,只需将pom.xml文件中的版本更改为要维护的较新版本。。