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
Selenium 我收到消息WebDriverException:message:';壁虎河';可执行文件需要在路径中_Selenium_Google Chrome_Selenium Webdriver_Webdriver - Fatal编程技术网

Selenium 我收到消息WebDriverException:message:';壁虎河';可执行文件需要在路径中

Selenium 我收到消息WebDriverException:message:';壁虎河';可执行文件需要在路径中,selenium,google-chrome,selenium-webdriver,webdriver,Selenium,Google Chrome,Selenium Webdriver,Webdriver,操作系统:windows 10、google chrome版本80.0.3987.106、selenium版本3.141.0 我搜索了这个问题,发现gecko使用firefox浏览器,但我使用的是chrome浏览器,但为什么我会被困在这个问题上 这是我的密码 *** Settings *** Library SeleniumLibrary *** Variables *** ${HOMEPAGE} http://www.google.com ${BROWSER} chrom

操作系统:windows 10、google chrome版本80.0.3987.106、selenium版本3.141.0

我搜索了这个问题,发现gecko使用firefox浏览器,但我使用的是chrome浏览器,但为什么我会被困在这个问题上

这是我的密码

*** Settings ***
Library    SeleniumLibrary

*** Variables ***
${HOMEPAGE}    http://www.google.com
${BROWSER}    chrome

*** Test Cases ***
Go To homepage
    Open Browser    ${HOMEPAGE} ${BROWSER}

请帮助,谢谢大家。

您安装了chromedriver吗?请不要在可以复制/粘贴文本和使用Stackoverflows格式的位置发布图像。