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

Python Selenium + WebDriverManager: why Chrome is launched when in VPN but not when in the LAN?

My configuration: OS Windows 10, Chrome 103.0, Webdriver 3.8.2, Selenium 4.3.0, Python 3.10.5. I am learning to use Python Selenium framework. My goal is to automate some repetitive tasks that I perform on a web application inside my intranet. The…
Umbomas
  • 1
  • 2
0
votes
1 answer

The import java.sql.DriverManager cannot be resolved

You can see that there is an error when importing the java.sql.DriverManager package: You can see in the left part of the next picture, which jar file called mysql-connector-java-8.0.26.jar is installed. But the error is still happening: "The…
0
votes
1 answer

Unable to use web-manager.chrome to automatically update the chrome driver (python/selenium

this is my code : from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager driver = webdriver.Chrome(ChromeDriverManager().install()) driver.get("http://www.python.org") pip list : pip list : screenshot using python…
0
votes
3 answers

Cannot invoke "org.openqa.selenium.WebDriver.get(String)" because "driver" is null

I'm having a few troubles working with Selenium and the WebDriverManager. So the WebDriverManager documentations says that you're able to create a WebDriver with their API as descirbed here. Unfortunately I'm also not able to init the driver with…
0
votes
0 answers

Launch wedriver using webdrivermanager from excelsheet?

Is there a way to read browsername from excel and launch URL using webdrivermanager instead of specifying it in application. Properties
0
votes
1 answer

Selenium, WebDriver Manager, and Electron Desktop Apps

I'm building out some ui automation tests for an electron app. I have an existing test framework built in C# using Selenium and Appium for web and mobile devices. I figured out how to start the chrome driver and target the electron app, but to do…
klreeher
  • 1,391
  • 2
  • 15
  • 27
0
votes
1 answer

Could not get version for google-chrome with the command: powershell "$ErrorActionPreference='silentlycontinue' using WebDriverManager with Selenium

When running a python script with selenium and chrome driver I am getting the error below. I use the script in question for some a pretty simple automation running locally (win 10). Since the webdridver is unable to get the Chrome version it…
0
votes
2 answers

How to find the web browser version without setup() method using WebDriverManager

I am interested in getting the browser Version I've two questions- Question 1:- is there is a way to find out the browser version without setting up the browser? or can we force stop the downloading of the Driver in the first place. It is possible…
0
votes
1 answer

update webdriver-manager errno: -54, code: 'ECONNRESET', syscall: 'read'

I work in a Lerna repo and want to do npx webdriver-manager update --versions.chrome=98.0.4758.80 for my e2e Tests I tried as well npx webdriver-manager update and npx…
0
votes
1 answer

ModuleNotFoundError: No module named 'webdriver_manager' coming up even after trying everything

I was following the tutorial from here and it still says ModuleNotFoundError: No module named 'webdriver_manager', even after installing webdrivermanager in multiple ways, already recommended in other posts on stackoverflow. I tried pip install…
Mooncat
  • 1
  • 3
0
votes
1 answer

Is there a way to call a java method that extends a webdriver class?

I am working with the WebDriverManager java library. It provides a generic manager that can be parameterized to act as a specific manager (for Chrome, Firefox, etc.). I am using it with Selenium Webdriver and Junit 5's @Parameterized and…
0
votes
2 answers

Selenium 4 + webdriver_manager: executable_path is deprecated. How to use for Firefox?

I'm moving my test project from Selenium 3 to Selenium 4 and I'm getting warnings about "executable_path" deprecation. I couldn't find the proper way to use webdriver_manager for Firefox with Selenium 4 so I'm still using the "executable_path". They…
Medvedscak
  • 91
  • 8
0
votes
0 answers

Error using WebDriverManager.Net NuGet package on hosted agents

I was wondering if someone could help with this issue we are facing running Selenium tests on an Microsoft Hosted Agent in Azure DevOps. We've recently attempted to implement WebDriverManager.Net to handle the fact that our local versions of Chrome…
0
votes
0 answers

Chromedriver open a blank page instead of the target website in selenium web driver and browser closes automatically

Chromedriver opens a blank page instead of the target website in selenium web driver and then closes automatically. I get this error: java.lang.ExceptionInInitializerError.. it happens for open any site.…
0
votes
0 answers

Add WebDriverManager to Katalon studio

How do I add Selenium WebDriverManager dependency to Katalon studio build.gradle? I am unable to build the build.gradle file as under command prompt it gradle katalonCopyDependencies does not work