Questions tagged [webdriver-manager]

Webdriver-manager is a binary manager for end-to-end testing for both web and mobile. Webdriver-manager is a tool used for downloading and starting the selenium standalone server in Protractor end-to-end tests.

Webdriver-manager is a binary manager for end-to-end testing for both web and mobile used in tests.

Resources

240 questions
1
vote
2 answers

"webdriver-manager update" Command shows error message in Protractor

When I issue the command webdriver-manager update while starting my protractor script execution I see below error message: "Error: read ECONNRESET at exports._errnoException (util.js:1020:11) at TLSWrap.onread (net.js:568:26)"
1
vote
1 answer

how to check what is causing webdriver-manager to fail

I am trying to execute this simple protractor example https://coryrylan.com/blog/introduction-to-e2e-testing-with-the-angular-cli-and-protractor and I am getting webpack: Compiled successfully. events.js:182 throw er; // Unhandled 'error'…
Jim C
  • 3,957
  • 25
  • 85
  • 162
1
vote
2 answers

webdriver-manager fails to install selenium standalone

Experts, I have following configuration nvm - 0.33.0 node - 7.5.0 npm - 4.1.2 webdriver-manager - 12.0.6 I am behind a corporate proxy and I use cntlm. when I run the following command webdriver-manager update --standalone --ignore_ssl --verbose…
1
vote
2 answers

webdriver manager not working behind proxy

I need to use webdriver-manager to execute: webdriver-manager update --proxy=https://proxy.company.com:8080 But get webdriver-manager: using local installed version 12.0.6 events.js:160 throw er; // Unhandled 'error' event ^ Error:…
Georg Heiler
  • 16,916
  • 36
  • 162
  • 292
1
vote
1 answer

Protractor- Non angular OAuth Login redirecting to angular site

We are using Protractor+Cucumber+Typescript combination. Using protractor we are trying to login (Non angular OAuth) which redirects to application page (angular site). Following is our setup feature file: docsLogin.feature Feature: Login to…
Saagar
  • 794
  • 3
  • 20
  • 41
1
vote
0 answers

"unable to verify the first certificate" error when running "webdriver-manager update"

I have set http_proxy and https_proxy, also set system variables, but still get the following error when I tried to get the latest chrome driver and selenium server: C:\Users\Administrator\AppData\Roaming\npm>webdriver-manager update events.js:160 …
Bob Bai
  • 283
  • 4
  • 20
1
vote
1 answer

location of chromedriver in the latest version of webdriver-manager

I have recently updated to the newest version of webdriver-manager (v. 12.0.4) and now get this error whenever I try to start my webdriver: /node_modules/protractor/node_modules/webdriver-manager/selenium does not exist, run webdriver-manager…
John123
  • 85
  • 9
1
vote
0 answers

Protractor: Webdriver-manager update error

I installed JDK,NPM,Jode.js and protractor. while updating webdriver-manager, i got this error .. C:\Users\XYZ>webdriver-manager update [11:01:00] I/file_manager - creating folder…
Ravi Kumar
  • 11
  • 1
1
vote
1 answer

Can not run webdriver manager

When i run vegan@vegan:~/xx-xx/gateway$ webdriver-manager start /usr/lib/node_modules/protractor/node_modules/webdriver-manager/built/lib/cli/logger.js:66 info(...msgs) { ^^^ SyntaxError: Unexpected token ... at…
mark
  • 727
  • 3
  • 14
  • 35
1
vote
3 answers

Getting ETIMEDOUT error when running protractor conf.js

I am a beginner in protractor. I did the installations necessary for running protractor. When tried running the sample script mentioned in the protractor documentation, i am getting ETIMEDOUT error. and the url points to 127.0.0.1:4444. The same url…
TestBud
  • 69
  • 1
  • 13
0
votes
0 answers

Unable to access the application upon updating the chrome browser(v116)

Post updating the chrome version to 116, I am able to lauch the browser but not able to lauch the application. image link- Below code logic, I have tried and also I have tried the setproperty but no luck. if(BrowserName.contains("Chrome") ||…
0
votes
1 answer

Unable to invoke Webdriver Error while Creating a Session performance testing with Jmeter

I have situation of i'm starting a Jmeter test, its invoking empty driver ,getting error unable to create a session.. error log is .. ERROR o.a.j.t. JMeterThread: Error calling threadStarted nqa.selenium. Session NotCreatedException: session not…
0
votes
2 answers

i can't install the driver in the location specified by python's webdriver-manager

When I updated webdriver-manager to the latest version (4.0.0), I couldn't install it to the specified location that I could do before. ・before selenium==3.141.0 webdriver-manager==2.5.2 install_path = 'My custom path' driver =…
0
votes
0 answers

Unable to run example of WebDriverManager 5 browsers in Docker containers feature

I've been trying to run this for a couple of hours, but nothing seemed to do the trick. I have Docker Desktop and the container seem to start up on script execution, but nothing happens for 30 seconds, then it timesout with the message: Caused by:…
0
votes
1 answer

ValueError: There is no such driver by url Version 115.0.5790.110

Hi I am using Selenium on Windows 10, since 2 days I keep getting the following error initially I did not have this error WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see…