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
2 answers

Selenium Cucumber Repository (Java) Picocontainer issue

Hi everybody: I'm creating a repository in Maven with Cucumber, Selenium, TestNG. What I'm trying to do is getting the values from a properties file for sending these parameters with Selenium, but I cannot reach with the solution to the issues…
nosequeweaponer
  • 511
  • 10
  • 38
0
votes
1 answer

Error while trying to run protractor test on chrome

When I run the protractor test on the machine I get the following error: Failed: invalid argument (Session info: chrome=80.0.3987.87) (Driver info: chromedriver=80.0.3987.16…
0
votes
0 answers

IE intstances is not working with protractor e2e

I have version :- protractor 5.4.2 webdriver-manager version is 12.1.7 angular 7.2.4 Steps to run our app on IE: run webdriver-manager update --ie IEdriverserver.exe is 3.150.1 , standalone service is 3.14.59 jar geckodriver-v0.26.0.exe …
0
votes
2 answers

Error while downloading geckodriver during webdriver-manager update from jenkins

I am trying to run webdriver update from jenkins. I am downloading geckoDriver and chromeDriver. Chrome driver is downloading and unzipping properly. But gecko driver download is not working. However this is working fine from local. Issue occurs…
Buvi
  • 21
  • 1
  • 8
0
votes
1 answer

protractor 2.5.4 E/launcher - session not created: This version of ChromeDriver only supports Chrome version 79

I have researched a lot and used many possible solutions mentioned in the various forums, none of them worked for me. I am trying to run this in CI/CD pipeline although able to run the protractor test cases in local and able to launch the browser…
0
votes
0 answers

webdriver-manager update with --alternate_cdn argument

I want to do the below in my protractor-cucumber framework. I can not use public repo like googleapi.com as per org policy: webdriver-manager update --standalone=0 --chrome --alternate_cdn…
Harisha K P
  • 327
  • 2
  • 7
  • 19
0
votes
1 answer

Does webdrivernanager dependency have an implementation that can be used to override the default browser download location?

I use WebDriverManager.chromedriver().setup(); for getting chrome property in my selenium tests. It works fine. I am trying to download a file by changing the default download location of chrome browser because I want to download the file to my java…
0
votes
1 answer

Webdriver Driver Mananger 2.7.0 not getting installed from Nuget with .Net framework 4.5

I want to use WebDriverManager in my code when I am trying to install the reference from the Nuget Package Manager I get an error. I have tried updating and degrading the .Net framework. Can we use WebDriverManager 2.7.0 with .Net framework…
0
votes
1 answer

How to use webdriver-manager clean to remove all downloaded files?

After every run i wish to delete all files that webdriver-manager downloaded as webdriver-manager start fails in subsequent runs inside proxy network. When i run webdriver-manager clean command in console it works fine but when the same command is…
Mithun
  • 33
  • 2
  • 8
0
votes
0 answers

Protractor test:IE11 giving error as : Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL

I am running an automation suite in cross browser. The entire suite is working good in chrome, Firefox and edge and giving timeout error in error in IE11 as :: "Error: Timeout - Async callback was not invoked within timeout specified by…
0
votes
2 answers

Gecko driver not executing test cases completely

Below is the dependencies version i am using : WebDriverManager-versioned 3.6.1 (Gecko driver versioned 0.24.0) Firefox versioned 68.0.1 64 bit Windows 10 Selenium version 3.141.59 I have a maven -selenium project with 10+ test classes in…
0
votes
1 answer

directConnect option is not working after upgrading to webdriver-manager 12.1.4

I used to run my protractor tests using directConnect: true option set. The chromedriver I had at that time was chromedriver2.46 Now with the latest webdriver-manaegr12.1.4, the chromedriver was upgraded to ChromeDriver 74.0.3729.6…
mnc
  • 13
  • 1
  • 4
0
votes
1 answer

'webdriver-manager start' command is not working in command terminal

When executing 'webdriver-manager start' for protractor, the below error is thrown, [11:34:53] I/start - seleniumProcess.pid: undefined [11:34:53] W/start - Selenium Standalone server encountered an error: Error: spawn cmd ENOENT I am trying to use…
0
votes
1 answer

unable to execute 'webdriver-manager update' for protractor

When i tried to installing protractor in my office PC, I am getting stuck at the step 'webdriver-manager update' in the command terminal.I did not face this obstacle when I tried the command in my personal laptop.The error thrown is as…
0
votes
3 answers

chromedriver Only local connections are allowed

I try to start tests by webdriver-manager and protractor. Verify versions: Google Chrome 73.0.3683.86 ChromeDriver 73.0.3683.68 start webdriver-manager webdriver-manager start and start protractor I got error by protractor enviroment:…