我使用的是带有selenium-webdriver和chromedriver依赖项的NodeJS。我遇到了一点困难来解决为什么我不能让WebDriver.wait()方法协作,正如我所期望的那样。require('chromedriver'); By = webdriver.By,
until你能帮我排查一下为什么会出现"ElementNotVisibleE
expect(list.count()).toEqual(10); });我收到以下错误:-ElementNotVisibleError: element not visible (Driver info: chromedriver=2.10.267518(/home/sanjay/Documents/SanjayPrusti&
我有以下代码:var driver = new webdriver.Builder().Please download the latest
version of the ChromeDriver from http://chromedriver.storage.googleapis.com我不希望设置我的路径,所以我已经安装了npm的chromedriver并将其添加到我的packag
main):001:0> require "watir-webdriver"Started ChromeDriverport=9515log=C:\Users\kai.knutson\chromedriver.log
.Please check that ChromeDriver is up-to-date.
尝试使用"npm安装selenium-webdriver“,我仍然收到下面的错误。知道这条路在哪里吗?Error: The ChromeDriver could not be found on the current PATH.Please download the latest version of the ChromeDriver from http://chromedriver.storage.googleapis.com:51:11)
at getDefaultService
我在一个通过jest (实际上是ts-jest)启动的Node.js项目中使用了selenium-webdriver和chromedriver。Please download the latest version of the ChromeDriver from http://chromedriver.storage.googleapis.com(node_modules/selenium-webdriver/chrome.js:289:41)
at c
现在我有了这样的错误:
Error: The ChromeDriver could not be found on the current PATH.Please download the latest version of the ChromeDriver from http://chromedriver.storage.googleapis.com