Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
3 answers
192 views

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 /...
Aylin's user avatar
  • 1
1 vote
1 answer
285 views

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 ...
Jeferson Carlos's user avatar
0 votes
1 answer
125 views

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 ...
nunooliveira-vakt's user avatar
0 votes
1 answer
159 views

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 ...
ahhu's user avatar
  • 5
0 votes
7 answers
4k views

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 ...
Wojciech's user avatar
1 vote
1 answer
1k views

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....
Pratik Pathare's user avatar
0 votes
1 answer
912 views

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 ...
elads11's user avatar
  • 171
1 vote
2 answers
3k views

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....
moataz samy's user avatar
0 votes
3 answers
4k views

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....
Trupz's user avatar
  • 1
0 votes
1 answer
181 views

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 ...
Gauthier Buttez's user avatar
0 votes
1 answer
274 views

I want to run Selenium with Chrome on Linux ARM64, using .net 6 program dockerized. .csproject <PackageReference Include="Selenium.WebDriver" Version="4.18.1" /> <...
kevinob's user avatar
  • 697
2 votes
6 answers
8k views

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 ...
Ganesan M's user avatar
2 votes
3 answers
8k views

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: ...
AlexPolo's user avatar
1 vote
0 answers
614 views

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 ...
Kinghizzzzz's user avatar
1 vote
2 answers
19k views

import undetected_chromedriver as uc from selenium import webdriver from selenium.webdriver.chrome.service import Service from webdriver_manager.chrome import ChromeDriverManager from selenium....
John Foux's user avatar
0 votes
0 answers
313 views

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 ...
nastya's user avatar
  • 1
0 votes
1 answer
403 views

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, ...
Muthu lakshmi's user avatar
0 votes
1 answer
540 views

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 ...
Shobha's user avatar
  • 1
1 vote
0 answers
2k views

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 ...
Nabeel khan's user avatar
1 vote
1 answer
727 views

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. ...
newbieeyo's user avatar
  • 705
-1 votes
1 answer
186 views

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 > ...
Никита Перепелов's user avatar
1 vote
1 answer
3k views

java.lang.NoSuchMethodError: 'java.io.OutputStream org.openqa.selenium.chrome.ChromeDriverService$Builder.getLogOutput(java.lang.String)' at org.openqa.selenium.chrome.ChromeDriverService$Builder....
NP06's user avatar
  • 11
1 vote
0 answers
229 views

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 ...
user8015092's user avatar
5 votes
5 answers
9k views

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 ...
Mindwrap Thinker's user avatar
0 votes
0 answers
136 views

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 ...
Bhairu's user avatar
  • 134
0 votes
1 answer
91 views

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....
QAengineer's user avatar
1 vote
2 answers
2k views

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 =...
daiki mamiya's user avatar
0 votes
0 answers
609 views

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,...
Sasha Kolsky's user avatar
4 votes
5 answers
4k views

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 ...
Hemendra's user avatar
  • 111
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? Even i tried to download 115 version directly and ...
Agrawal Divesh's user avatar
0 votes
1 answer
524 views

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. ...
simo001's user avatar
1 vote
1 answer
4k views

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 = ...
miPythOff's user avatar
0 votes
0 answers
338 views

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 ...
Amad Bin Mumtaz's user avatar
0 votes
0 answers
474 views

io.github.bonigarcia.wdm.config.WebDriverManagerException: io.github.bonigarcia.wdm.config.WebDriverManagerException: org.apache.hc.client5.http.HttpHostConnectException: Connect to https://...
Sanat's user avatar
  • 276
1 vote
0 answers
462 views

I have my code like below for initializing edge browser var options = new EdgeOptions(); options.UseChromium = true; options.AddArgument("disable-gpu"); options.AddUserProfilePreference(&...
Divyaraj Dodia's user avatar
1 vote
0 answers
582 views

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 ...
William Jockusch's user avatar
0 votes
1 answer
216 views

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 ...
I.sh.'s user avatar
  • 2,505
0 votes
1 answer
219 views

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\\...
user avatar
0 votes
0 answers
163 views

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 ...
Kenny Hank's user avatar
0 votes
1 answer
65 views

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....
bogdan-cmd's user avatar
0 votes
1 answer
4k views

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(...
Hoxzy's user avatar
  • 11
0 votes
1 answer
110 views

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 ...
Sana Sameer's user avatar
1 vote
0 answers
46 views

`Facing error while launching chrome driver. WebDriverManager.chromedriver().setup(); ChromeDriver driver = new ChromeDriver(); driver. manage().window().maximize(); Not working to launch ...
Priyanka Srivastava's user avatar
0 votes
2 answers
7k views

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 ...
CowOO's user avatar
  • 31
0 votes
1 answer
461 views

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 ...
Rauññ's user avatar
  • 411
0 votes
0 answers
3k views

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 ...
Centhil Chellappan's user avatar
0 votes
1 answer
310 views

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 ...
joseph june's user avatar
1 vote
1 answer
267 views

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 ...
Mansidak's user avatar
  • 144
1 vote
1 answer
797 views

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 ...
Akzhol's user avatar
  • 83
1 vote
1 answer
2k views

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 ...
Corentin Gauquier's user avatar

1
2 3 4 5 6