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

How to fix 'browser.takeScreenshot' proxy error?

I have some automation tests in cucumber protractor but suddenly the 'browser.takeScreenshot' method is failing from today morning with the following error: WebDriverError: …
0
votes
1 answer

Protractor webdriver-manager error: "WebDriverError: Unable to determine type from: E. Last 1 characters read: E"

I have been running Protractor tests against Chrome and I have recently encountered a need to test against IE. I follow the standard procedure to set up the selenium server(webdriver-manager update=>webdriver-manager start), then I run my tests…
0
votes
2 answers

Selenium can't start test WebDriverError: unknown error: Chrome failed to start: exited abnormally

i have problem with run protractor test on linux ubuntu, the browser doesn't open (google chrome) to run test i use command protractor ./config.js i got error [22:04:01] I/launcher - Running 1 instances of WebDriver [22:04:01] I/hosted - Using the…
0
votes
1 answer

protractor : how can I run webdriver-manager update successfully?

Trying to install the latest protractor but step 2 (www.protractortest.org/#/tutorial) does not go as planned, got this error: [12:08:38] I/file_manager - creating folder C:\Users\bertie\AppData\Roaming\npm\node_mo events.js:160 throw er; //…
bier hier
  • 20,970
  • 42
  • 97
  • 166
0
votes
1 answer

Error while executing webdriver-manager update

I followed the instruction of how to install protractor. While executing webdriver-manager update, i am getting this kind of issue. events.js:183 throw er; // Unhandled 'error' event Error: read ECONRESET at _ernoException at…
Arka
  • 985
  • 1
  • 8
  • 15
0
votes
1 answer

Headless Chrome Circle CI - Error: spawn /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/bin/java ENOENT

I am trying to run tests in Circle CI in headless chrome. I am using selenium server version 3.8.1 and chromedriver version 2.34 protractor_conf.js consists of chrome capabilities as: var chromeCapabilities = { browserName: 'chrome', …
0
votes
1 answer

Not download/init browser driver when used webdrivermanager-x.x.x.jar (without Maven)

For my Selenium/Java project [without Maven], using webdrivermanager-1.7.2.jar in to automate binary downloads for chromedriver but I'm getting "java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory" message. My code: package…
0
votes
3 answers

A minimal Nightwatch test doesn't work with Firefox 57

Here is a reproduction repo: https://github.com/anatoliyarkhipov/nightwatch-firefox It's a clear installation of nightwatch and webdriver-manager. The test opens http://example.com, clicks on the link and checks some content on the next page. The…
0
votes
1 answer

Is Protractor 5 Compatible with Selenium 2.53?

I know that protractor 5 comes with Selenium webdriver-manager 3.x. However is it safe to connect to a 2.x webdriver-manager or do I have to use 3.x?
Scott Walter
  • 9,426
  • 4
  • 18
  • 23
0
votes
3 answers

protractor is using old webdriver version while latest is installed in system

I'm working with protractor to run end-2-end test for my app. When I try to run the app, I get following error [16:17:53] E/local - Error code: 135 [16:17:53] E/local - Error message: Could not find chromedriver at…
Omar Bahir
  • 1,237
  • 5
  • 20
  • 48
0
votes
1 answer

Selenium webdriver issue with file paths

I'm having an issue with Selenium standalone webdriver used with webdriver-manager npm module. I'm using the Firefox Gecko driver. I need to select a file from an HTML file input component. When I try this on my local machine or on BrowserStack I…
0
votes
1 answer

error while updating web-driver for protractor

I am trying to install and update the webdriver manager but getting the error as shown in image. Have tried all the solutions provided for similar questions. But still facing the same issue Commands: npm install protractor #…
0
votes
0 answers

webdriver-manager error when calling update with "Unhandled 'error' event"

I currently have a project which uses jasmine and selenium on top of node.js. Protractor provides some useful modules which I would like to use, so I installed it and tried to run it using "protractor conf.js". I ended up getting the following…
Cyclicduck
  • 583
  • 1
  • 6
  • 11
0
votes
3 answers

Protractor: ENOTFOUND getaddrinfo ENOTFOUND localhost localhost:4444

Protractor doesn't start, it doesn't even open chrome. it just gives me this error ENOTFOUND localhost localhost:4444 even though I've started webdriver-manager and I can access localhost:4444 in the browser. I'm not sure what to do with this, I've…
CRIS
  • 335
  • 3
  • 17
0
votes
1 answer

Locally installed webdriver-manager(through protractor) update issue : E/downloader - undefined

Setup : node.js V6.11.0 , npm V5.0.3 , protractor V5.1.2 (installed locally at project root) proxy setting using environemnt variable : proxy=http://my-proxy.com:8080 https_proxy=http://my-proxy.com:8080 no_proxy=localhost;github.com when i try…
1 2 3
15
16