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

Use session scope pytest fixture to update webdriver for use by class scope fixture

Google has failed me in a search for answers so I am turning here. I am setting up an automated web testing suite using pytest and selenium. I would like to code to first check for updates to chromewebdriver before running the tests. I figured the…
cdub
  • 330
  • 4
  • 19
0
votes
1 answer

How to execute automation script using WebDriverManager without connecting to the internet? C#

When I am trying to run the automation script without connecting to the internet, the below exception will be returned: System.Net.WebException: 'The remote name could not be resolved: 'chromedriver.storage.googleapis.com'' Is there any way to…
0
votes
1 answer

How to update Chromium version on a cloned repository?

I have the latest version of Chromium installed globally, but right now I'm working on a cloned repository which has in node_modules\puppeteer\.local-chromium\win64-756035\chrome-win folder an older version of Chromium, and because of that I can't…
Agostina
  • 29
  • 1
  • 3
0
votes
0 answers

check the version of downloaded webdriver programatically

I'm working on Selenium in C#. I had been using the webdriver manager to update the chrome and the firefox drivers. new DriverManager().SetUpDriver("https://chromedriver.storage.googleapis.com/2.25/chromedriver_win32.zip", …
0
votes
1 answer

Errors when running selenium tests on jenkins

I am using WebDriverManager (WebDriverManager.firefoxdriver().setup()) to manage the binary files in my selenium tests. Locally I can run my tests but on jenkins I get errors. Is it possible to use WebDriverManager with jenkins? Do I need to…
kidulf
  • 419
  • 1
  • 6
  • 17
0
votes
1 answer

Robot Framework Webdriver Manager - Not able to get driver path when executed with other keywords

I am using webdriver-manager under Robot Framework to automatically manage drivers. I have created a python library where method is defined to get the driver path (see the code snippet below): #BrowserDriverManager.py from selenium import…
Gagan
  • 43
  • 4
0
votes
1 answer

How to manage web drivers via jenkins - jmeter webdriver script?

I have to build JMeter script using JSR223 Sample for chrome, I was wondering if there is a way that I can configure path in the script so that I don't need to host drivers in Jenkins. In Selenium Automation, I used webdriverManger to download new…
0
votes
1 answer

Azur DevOps throws ValueError: Could not get version for Chrome with this command: reg query

Agent pool : Windows Installed Chrome Version : 85.0.1483.102 When i run the Pytests, it throws "ValueError: Could not get version for Chrome with this command: reg query "HKEY_CURRENT_USER\Software\Google\Chrome\BLBeacon" /v version " Dev Ops has…
rpagadala
  • 796
  • 2
  • 15
  • 31
0
votes
3 answers

How to fix Selenium DesiredCapabilities giving Error 'not resolved to a type' while using with WebdriverManager and ChromeOptions

How to fix Selenium DesiredCapabilities giving Error 'not resolved to a type' while using with WebdriverManager and ChromeOptions package pack.tests; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import…
0
votes
1 answer

Unable to install selenium standalone server using webdriver-manager

I am new to Protractor. When I try to install selenium standalone server I am getting webdriver-manager update [16:08:09] I/config_source - curl…
siri
  • 81
  • 2
  • 9
0
votes
1 answer

Protractor Start Selenium server with specific Chromedriver

How can I start the selenium service with my current Chrome browser on my PC? I'm updating selenium webdriver to use chromedriver version "80.0.3987.122" by using webdriver-manager command. \MyProject\node_modules\.bin>webdriver-manager clean then I…
Phil
  • 339
  • 2
  • 13
0
votes
0 answers

Chromedriver has stopped working and says Driver info: chromedriver=81.0.4044.69 even though I have 81.0.4044.138 installed

Ignoring uncaught error SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 81 (Driver info: chromedriver=81.0.4044.69…
alexrogers
  • 1,514
  • 1
  • 16
  • 27
0
votes
3 answers

WebDriverManager The import io.github cannot be resolved

I added the below WebDriverManager maven dependency in pom.xml io.github.bonigarcia webdrivermanager 3.8.1 test In my java…
Afsal
  • 404
  • 3
  • 7
  • 24
0
votes
1 answer

Webdriver-manager update unable to download geckodriver

I am trying to setup protractor for my angular app automation. I am on Node version 12 , I installed protractor version 5.4.3. when I use webdriver-manger update --proxy=blahblahproxy.com , I see the below error. [13:37:06] I/config_source - curl…
ishaan
  • 49
  • 1
  • 8
0
votes
2 answers

Cucumber Java (Maven) - FileInputStream - java.lang.NullPointerException

Hi people: I'm facing the next issue in Cucumber with Maven/Selenium/Java Given I go to Google # Step_First.I_go_to_Google() java.lang.NullPointerException at…
nosequeweaponer
  • 511
  • 10
  • 38