Questions tagged [seleniummanager]

10 questions
3
votes
2 answers

selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain chromedriver using Selenium Manager error using Selenium and ChromeDriver

I can't figure out why my code it's always getting an error This is my code: from selenium import webdriver url = "https://google.com/" path = "C:/Users/thefo/OneDrive/Desktop/summer 2023/chromedriver_win32" driver =…
2
votes
3 answers

Selenium 4.11.2 with ChromeDriver and Chrome

I'm trying to run this simple code.. But I get a error that I can not fix. Can someone help me ? Chrome driver is installed I check: pi@Rpi:~ $ chromedriver --version ChromeDriver 92.0.4515.98…
2
votes
3 answers

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 related discussion anywhere. driver =…
1
vote
1 answer

Selenium Manager Setup Issues

My Chrome browser got updated to 115.0+ today and my RPAs are no longer working. I've read that past Chrome version 115 I need to start using Selenium Manager. I just upgraded to Selenium 4.10 and tried to implement the solution using this…
Jimmy Genslinger
  • 557
  • 3
  • 21
1
vote
1 answer

"Failed to create Chrome process" - Selenium Webdriver Error

I'm trying to debug why my selenium won't work. I've been looking through Heroku docs for how to handle using a selenium webdriver when deployed to Heroku, but I've encountered this bug recently: Traceback (most recent call last): File…
0
votes
0 answers

Selenium Manager Vs WebDriverMAnager - From selenium 4.6 do we really need WebDriverManager

I am using WebDriverManager - for Chrome driver - recently after chrome update to 116 was facing issues with WebdriverManager - not able to get ChromeDriver session - Removed WebdriverManager from POM and just used driver = new ChromeDriver(); it…
0
votes
0 answers

Selenium-java 4.11.0 Creating ChromeDriver failed

Upgraded selenium-java to 4.11.0 getting below error on Jenkin machines. Creating ChromeDriver failedchromedriver located at C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\116.0.5845.96\chromedriver.exe, but…
s3388k
  • 3
  • 2
0
votes
0 answers

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 luck. if(BrowserName.contains("Chrome") ||…
0
votes
0 answers

Selenium Manager is chrashing for chrome 115 and 116 and above

I'm using 4.11.0 version of selenium and it has selenium manager now. But it is chrashing when I'm trying to run tests. Please help me with solutions: I tried removing webdrivermanager dependency... but still it's chrashing.
-1
votes
2 answers

Context switching failing in the mobile apps with chrome version 115.XX.XX.XX

Exception: CONTEXT SWITCHER: Exception while switching context: Message: An unknown server-side error occurred while processing the command. Original error: No Chromedriver found that can automate Chrome '115.0.5790'. E Stacktrace: E …