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
0
votes
1 answer

Error while updating webdriver-manager

I'm following the Protractor tutorial, but I'm getting the following error while updating webdriver-manager: C:/Users/emelo/AppData/Roaming/npm/node_modules/protractor/node_modules/webdriver-manager/built/lib/webdriver.js:3 const minimist =…
Eduardo Melo
  • 481
  • 1
  • 6
  • 19
0
votes
1 answer

"Cannot set property 'msg' of null" error when running “webdriver-manager update”

Operating System: Windows7 x64 npm:3.10.10 webdriver-manager:12.0.5 protractor:5.1.1 nodejs:6.10.0 Error info: C:\Users\Administrator\AppData\Roaming\npm>webdriver-manager update --ignore_ssl [14:34:48] I/http_utils - ignoring SSL…
Bob Bai
  • 283
  • 4
  • 20
0
votes
1 answer

Unable to use protractor with chromedriver and selenium server directly

Recently I updated my protractor, webdriver-manager, chromedriver, selenium-server. After that I faced this problem: formerly we shared one protractor application in github with chromedriver and selenium-server in it. So others in my project can use…
Bob Bai
  • 283
  • 4
  • 20
0
votes
1 answer

Grunt task can't locate phantomjs driver

I am using a grunt task that calls the 'webdriver-manager' node module to start my selenium webdriver. Right now it is configured to launch chromedriver, and gives me this line whenever I launch the grunt task: 'start_webdriver': [10:49:13] I/start…
John123
  • 85
  • 9
0
votes
2 answers

Webdriver-Manager Start Certificate Error

I am getting the following error below when trying to start webdriver-manager. It is working yesterday, after restarting it today, I am now getting a certificate error. I enter --ignore_ssl, added proxy/https-proxy on User Variables and I already…
Paul Co
  • 447
  • 2
  • 9
0
votes
1 answer

selenium protractor webdriver-manager update issue in ubuntu

I'm facing the error below when I run webdriver-manager update command. /usr/lib/node_modules/protractor/node_modules/webdriver-manager/built/lib/cmds/start.js:60 if (path.isAbsolute(options[Opt.OUT_DIR].getString())) { ^…
Ajay
  • 307
  • 4
  • 14
0
votes
0 answers

Webdriver-manager overflow virtual memory

I'm using a Centos 7 server to run automatic e2e test by Jenkins. My stack consist in protractor test using webdriver-manager. Because i want to automate the process, i create a service to run webdriver from start. But after few builds failed, the…
0
votes
2 answers

how to run webdriver-manager on windows server 2012 r2?

I am trying to run 'webdriver-manager start ' selenium on a windows server 2012 r2 box but getting this error: Selenium standalone has exited with code 1 In windows 7 it works fine?
0
votes
1 answer

npm run webdriver-manager-update seems bugged

It's my first practical expirience in using of npm package manager so don't beat me : ). Running npm at windows 8 I faced with a error which could not fix. That's what I got: npm error As you can see, script throwed an error when faced with "."…
-1
votes
0 answers

WebDriverManager.globalConfig() is not working

java: cannot find symbol symbol: method globalConfig() location: class io.github.bonigarcia.wdm.WebDriverManager You can look at the problem here Actually, I thought to update webdrivermanager version from maven repository. I did it, but this…
-1
votes
1 answer

Protractor doesn't start tried all the solutions given on internet

Below are my env details: OS : win 10 64 bit npm version - 5.3.0 node version - v8.3.0 webdriver-manager version - chromedriver: 103.0.5060.53, 104.0.5112.29 (latest) geckodriver: 0.31.0 (latest) selenium: 4.0.0-alpha-1 (latest) chrome browser…
-1
votes
2 answers

I tried using webdriver manager but i keep getting this error

I tried selenium automation with webdriver but I keep getting errors. Please help me fix the problem from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager from time import sleep browser =…
-1
votes
1 answer

Webdriver manager downloads the latest version of chrome driver which is not supported for the latest chrome version for windows

I have the following piece of line in my package.json - "webdriver-manager": "^12.1.7", And when my protractor code runs in jenkins pipeline it throws me an error - [01:11:30] I/testLogger - [chrome #01-12] PID: 12008 [chrome #01-12] Specs:…
-2
votes
1 answer

How can I achieve Protractor support for Firefox 48 and up?

For quite sometime now I have been trying to run protractor with Firefox (Windows) v48 and above to run my AngularJS application. However, as per protractor docs: WebDriver support for Firefox has changed recently, and Firefox version 48 does…
Phalgun
  • 1,181
  • 2
  • 15
  • 42
1 2 3
15
16