253 questions
-1
votes
3
answers
192
views
Chrome Driver Error: Session Not Created Exception
org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 114
Current browser version is 134.0.6998.166 with binary path /...
1
vote
1
answer
285
views
Problem using python with selenium and getting error: net::ERR_HTTP2_PROTOCOL_ERROR
I had a MacBook and I was running a code in Python. I never had any problems with its execution.
Last month, I bought a new MacBook "MacBook Air (M3)" and ran the same code.
On the new ...
0
votes
1
answer
125
views
Using Selenium-Java and WebDriverManager to do browser recording on multiple tabs
We are using selenium-java v4.23.1 and WedDriverManager v5.9.2 and we are experimenting on browser recording for troubleshooting failed tests.
We already put tab recording to work following the ...
0
votes
1
answer
159
views
Automatic updates are not happening when running Chrome with Selenium
When running Chrome with Selenium, automatic updates are happening, but folders and files are not being created automatically.
It works fine on the laptop, but it doesn't work on the desktop PC.
I ...
0
votes
7
answers
4k
views
WebDriver Error when using Selenium error: OSError: [WinError 193] %1 is not a valid Win32 application
I'm using the code from the documentation: https://pypi.org/project/webdriver-manager/#use-with-chrome.
After install and upgrade all package and running code below:
from selenium import webdriver
...
1
vote
1
answer
1k
views
Getting java.lang.NoSuchMethodError: org.openqa.selenium.chrome.ChromeOptions.setExperimentalOption error on doing mvn clean test
I am facing a weird issue in my project while running it as I am coming across an issue org.openqa.selenium.chrome.ChromeOptions.setExperimentalOption. Actually, I had first stuck with NoClassDefError....
0
votes
1
answer
912
views
WebDriverManager in an infinite loop when trying to launch a Chrome browser session
As part of upgrading program to the automation infrastructure, I've decided to remove Chrome driver exe from my project, and to implement a new approach to reduce the manual Chrome driver updates ...
1
vote
2
answers
3k
views
chromedriver version 123.0.6312.59 not downloaded by webdriver manager
my chrome browser version is 123.0.6312.59 and i'm trying to use web driver manager in my selenium code but it gives error
java.lang.NoSuchMethodError: '
java.io.OutputStream org.openqa.selenium....
0
votes
3
answers
4k
views
Selenium:Chromedriver:Could not start a new session. Response code 500. Message: session not created: Chrome failed to start: exited normally
I'm new to selenium and stuck on launching URL in chrome.
selenium.chrome.ChromeDriver;
here's code snip
import java.time.Duration;
import org.openqa.selenium.WebDriver;
import org.openqa.
import io....
0
votes
1
answer
181
views
An error occurred while initializing Chrome with profile and logging: Message: unknown error: cannot parse internal JSON template: Line: 1
I think there is an incompatibility issue:
Environment:
Windows 10
Selenium 4.10
Python 3.10.7
webdriver-manager 4.0.1
Chrome Version 122.0.6261.112 (Build officiel) (64 bits)
I am making a python ...
0
votes
1
answer
274
views
WebDriverManager can't locate chrome-for-testing in Linux ARM64
I want to run Selenium with Chrome on Linux ARM64, using .net 6 program dockerized.
.csproject
<PackageReference Include="Selenium.WebDriver" Version="4.18.1" />
<...
2
votes
6
answers
8k
views
Selenium Error: Which webdrivermanager version supports chrome version 121?
Currently I'm using 5.5.2 version of webdrivermanager. Getting the below error
Could not start a new session. Response code 500. Message: session not
created: This version of ChromeDriver only ...
2
votes
3
answers
8k
views
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. (mismatch versions)
Language - Java
pom.xml dependencies- bonigarcia 5.4.1
selenium-java-4.10.0
Error:
Caused by: org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: ...
1
vote
0
answers
614
views
WebdrivermanagerException caused by due to javax.net.ssl.SSLHandShakeException: Remote host terminated the handshake
My task is to move away from managing the chromedriver version in the project so want to use WebdriverManager to download the driver based on the chromeversion present on the users machine as well as ...
1
vote
2
answers
19k
views
This version of ChromeDriver only supports Chrome version 121 Current browser version is 120.0.6099.227
import undetected_chromedriver as uc
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
from webdriver_manager.chrome import ChromeDriverManager
from selenium....
0
votes
0
answers
313
views
Launching opera in new versions of selenium 4.4
I am trying to launch opera browser in a newer version of selenium 4.4. But at the moment I could not find a solution. Is it possible to use WebDriverManager.operadriver().setup() to get a driver?
At ...
0
votes
1
answer
403
views
How to resolve error while installing ChromeDriverManager in Airflow Docker?
I am facing error while getting latest version of google-chrome. I have added the following necessary PYPI packages in docker.yaml file.
selenium, 2. webdriver-manager, 3. chromedriver_autoinstaller, ...
0
votes
1
answer
540
views
Error in WebDriverManager.chromedriver().setup();
I am writing a program in Selenium, but getting error like below
WebDriverManager.chromedriver().setup; "The method setup() is undefined for the type Object.
How to define setup() in ...
1
vote
0
answers
2k
views
I can not open the chrome browser using latest webdriver manager 5.6.0
I am getting below error on running my testng test:
"org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or ...
1
vote
1
answer
727
views
Does the python library 'webdriver-manager' always install the latest chrome driver?
Even reading the github page, the role of this library is confusing.
always install the latest chrome drivers
checks the user's Chrome browser version and installs the appropriate Chrome driver.
...
-1
votes
1
answer
186
views
Automation ui test in docker
I have a task to run a UI automated test in a container, and I need help.
docker, docker-compose, java, webdrivermanager, linux, Jenkins
enter image description here
Error: ProfileListTest > ...
1
vote
1
answer
3k
views
NoSuchMethodError: 'java.io.OutputStream org.openqa.selenium.chrome.ChromeDriverService$Builder.getLogOutput(java.lang.String)'
java.lang.NoSuchMethodError: 'java.io.OutputStream org.openqa.selenium.chrome.ChromeDriverService$Builder.getLogOutput(java.lang.String)'
at org.openqa.selenium.chrome.ChromeDriverService$Builder....
1
vote
0
answers
229
views
Protractor: Webdriver-manager update downloads an incompatible version of chromedriver
Chrome Browser version in my machine 116.0.5845.111 (Official Build) (64-bit).
But Webdriver manager downloads chromedriver_114.0.5735.90.
Error:
E/launcher - session not created: This version of ...
5
votes
5
answers
9k
views
WebDriverManager Causing Mismatch ChromeDriver for Chrome Browser version 116.0.5845.111 - (Selenium version - 3.141.59)
Exception:
org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 114
Current browser version is 116.0.5845.111 with binary path ...
0
votes
0
answers
136
views
Unable to access the application upon updating the chrome browser(v116)
Post updating the chrome version to 116, I am able to lauch the browser but not able to lauch the application.
image link-
Below code logic, I have tried and also I have tried the setproperty but no ...
0
votes
1
answer
91
views
Unable to invoke Webdriver Error while Creating a Session performance testing with Jmeter
I have situation of i'm starting a Jmeter test, its invoking empty driver ,getting error unable to create a session.. error log is ..
ERROR o.a.j.t. JMeterThread: Error calling threadStarted nqa....
1
vote
2
answers
2k
views
i can't install the driver in the location specified by python's webdriver-manager
When I updated webdriver-manager to the latest version (4.0.0), I couldn't install it to the specified location that I could do before.
・before
selenium==3.141.0
webdriver-manager==2.5.2
install_path =...
0
votes
0
answers
609
views
Unable to run example of WebDriverManager 5 browsers in Docker containers feature
I've been trying to run this for a couple of hours, but nothing seemed to do the trick.
I have Docker Desktop and the container seem to start up on script execution, but nothing happens for 30 seconds,...
4
votes
5
answers
4k
views
Python: How to set a custom webdriver download path for the built-in Selenium Manager
How to set a custom webdriver download path for the built-in Selenium Manager?
Unlike other third-party driver managers, there is very little documentation available for this, and I could not find any ...
3
votes
1
answer
976
views
My chrome version got updated automatically to 115 version and when i run webdriver-manager update command why its downloading 114 version of chrome?
My chrome version got updated automatically to 115 version and when i run webdriver-manager update command why its downloading 114 version of chrome? Even i tried to download 115 version directly and ...
0
votes
1
answer
524
views
ValueError: There is no such driver by url Version 115.0.5790.110
Hi I am using Selenium on Windows 10, since 2 days I keep getting the following error initially I did not have this error
WebDriverException: Message: 'chromedriver' executable needs to be in PATH. ...
1
vote
1
answer
4k
views
No such driver version 115.0.5790.110 for linux64 error using ChromeDriverManager
I have a python script where it autoinstalls chromedriver with ChromeDriverManager package. Today it gave me an error of:
No such driver version 115.0.5790.110 for linux64
Line of code:
driver = ...
0
votes
0
answers
338
views
Could not start a new session. Response code 500. Message: unknown error: Chrome failed to start: crashed
I have recently updated my selenium framework to work with WebDriver manager. Previously, I was manually setting up the chromedrivers/ gecko driver versions as per my use. I am facing this error when ...
0
votes
0
answers
474
views
Getting WebManager Exception: HttpHostConnectException while using Webdriver manager
io.github.bonigarcia.wdm.config.WebDriverManagerException: io.github.bonigarcia.wdm.config.WebDriverManagerException: org.apache.hc.client5.http.HttpHostConnectException: Connect to https://...
1
vote
0
answers
462
views
Facing Issue for automation testing using selenium and c# for Edge browser in jenkins
I have my code like below for initializing edge browser
var options = new EdgeOptions();
options.UseChromium = true;
options.AddArgument("disable-gpu");
options.AddUserProfilePreference(&...
1
vote
0
answers
582
views
Selenium WebDriverManager when the internet is down
We are using Selenium WebdriverManager to make sure the version of Selenium Webdriver matches the current version of Chrome. It serves its purpose well.
However, there is a problem when we lose our ...
0
votes
1
answer
216
views
DriverManager behaves differently in derived tests from Project A and Project B
I've a C# automation Solution and I have 2 project in it:
Project A contains a BaseTest class which creates a driver using DriverManager,
and a test class ProjectATest that derives from BaseTest ...
0
votes
1
answer
219
views
webdriver-manager getting error as executable
I have a python script which uses ChromeDriverManager().install() for getting the latest chromedriver.
A snippet of the code:
def get_location():
exe_path = "C:\\Program Files\\BraveSoftware\\...
0
votes
0
answers
163
views
Any idea of how can I include Selenium on a AEM project?
NoSuchMethodError com.google.common.collect.ImmutableMap when trying to create an instance of a Chrome driver on a AEM Maven archetype project.
So I'm trying to use Selenium on a AEM Maven archetype ...
0
votes
1
answer
65
views
Selenium - can't assign new Browser driver element to WebDriverManager
I created a new class called BrowserDriverFacory.java and I have following errors? Why can't I assign the drivers to set method?
package com.herokuapp.chatnwritecli.base;
import org.openqa.selenium....
0
votes
1
answer
4k
views
NullPointerException Cannot invoke "org.openqa.selenium.SearchContext.findElement(org.openqa.selenium.By)" because "this.searchContext" is null
I am encountering a java.lang.NullPointerException error when trying to run my Selenium test with TestNG. The error message states: Cannot invoke "org.openqa.selenium.SearchContext.findElement(...
0
votes
1
answer
110
views
why my driver is not invoking when called by a constructor?
I created a POM structure where driver is initialized in the main class and called in page classes using constructor. The problem is that the url is also passed from one of a page class called s1 ...
1
vote
0
answers
46
views
how to resolve error Invalid Status code=403 text=Forbidden in selenium 4 [duplicate]
`Facing error while launching chrome driver.
WebDriverManager.chromedriver().setup();
ChromeDriver driver = new ChromeDriver();
driver. manage().window().maximize();
Not working to launch ...
0
votes
2
answers
7k
views
WebDriver-Manager not updating chromedriver
I am struggling with chromedriver for Selenium. Ever since the new version of Chrome was released it stopped working even though I was using WebDriver Manager by Boni Garcia which is meant to update ...
0
votes
1
answer
461
views
Do I need to install Microsoft Edge on Mac machine for tests to run?
Steps done: I downloaded https://github.com/bonigarcia/webdrivermanager and checkout to 5.0.3 tag. Webdrivermanager is a library that handles downloading drivers for running tests on different ...
0
votes
0
answers
3k
views
Selenium webdriver_manager behind VPN using Python gives connection error
I am using Selenium webdriver_manager behind VPN using Python gives and it gives me connection error.
I have the proxy details, can you pls help to implement it?
I used the following python script ...
0
votes
1
answer
310
views
Fatal Python error: Cannot recover from stack overflow error using Selenium and ChromeDriverManager
My code worked fine until a few days ago. But now I'm facing an error as follows:
Fatal Python error: Cannot recover from stack overflow
with the minimal code:
Error:
What's the cause of the sudden ...
1
vote
1
answer
267
views
Selenium is randomly killed on AWS EC2
I am working on a Streamlit app that runs properly locally, but when I initiate the web scraping process with multiple threads, the website freezes and the process is killed. The logs in the console ...
1
vote
1
answer
797
views
Webdriver-manager for Selenium Javascript tests
I am new to writing tests in Selenium using Javascript and want to ask whether there exists a Driver Manager like WebDriverManager that you can use in JS tests. I've searched quite a lot and couldn't ...
1
vote
1
answer
2k
views
How to address certificate verify failed: unable to get local issuer certificate error using Selenium and ChromeDriverManager
Even with the ton of information about this, each solutions won't work for me, I'm trying to run a basic selenium script and I get this error. Is there any solutions for my case (note that i use 3.10 ...