Skip to main content
-1 votes
1 answer
42 views

I'm trying to run chromedriver and I am using Boni Garcia's WebDriverManager (v6.3.3 - latest version)for version control. The app is here: https://github.com/Vanilla2016/accountBatch I am running the ...
Dominic Keefe's user avatar
4 votes
2 answers
90 views

Using ChromeDriverManager and the following code block: if platform.system() == "Windows": driver_path = ChromeDriverManager(os_system_manager=OperationSystemManager(os_type="win64&...
Wei Jie's user avatar
  • 32
0 votes
2 answers
195 views

-rwxr-xr-x 1 kyle kyle 6132584 Feb 24 09:27 /usr/local/bin/geckodriver echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/kyle/.dotnet/...
user1604008's user avatar
  • 1,179
0 votes
0 answers
64 views

I have a .NET Core application that uses selenium to click a button. It runs in a docker. I would like to run this docker on my raspberry pi5 For this I install chromium in my docker like this: RUN ...
pinkicious's user avatar
1 vote
1 answer
364 views

I want to force the selenium manager to download a browser instead of using any locally installed one. According to the doc that option exists. But I really don't understand when I should define the ...
jjbbss's user avatar
  • 179
0 votes
1 answer
1k views

I am using selenium-manager in Python, and I am getting an error in GitLab CI. The error is as follows. { "level": "ERROR", "timestamp": 1708741147, "message&...
kimata's user avatar
  • 1
5 votes
2 answers
3k views

When running the most basic selenium script it causes the error - selenium.common.exceptions.WebDriverException: Message: Unable to obtain working Selenium Manager binary; C:\Users\User\.conda\envs\...
user avatar
0 votes
0 answers
88 views

I am currently trying to get Selenium Manager to point to Artifactory to fetch our ChromeDrivers. I am wondering if anyone has successfully done this and how you did it? I know we need to set the env ...
THFC-Dude-14's user avatar
1 vote
1 answer
204 views

Unfortunately the official documentation didn't answer directly to the question. Let's consider again the typical example of driving Chrome with Selenium. And this time, suppose Chrome is not ...
aik.fiend's user avatar
0 votes
1 answer
2k views

My selenium based automation framework is using selenium 4.15. It's able to download selenium-manager.exe to C:\Users\xxxx.cache\selenium\manager\0.4.15 folder. But due to firewall/proxy of my ...
Vikram Verma's user avatar
0 votes
1 answer
1k views

I just updated and verified that I am using Selenium 4.13. It's my understanding that Selenium Manager was being used with everything after Selenium 4.10 so I wouldn't have to worry about downloading ...
JimmyG's user avatar
  • 657
1 vote
1 answer
4k views

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 ...
AlokB's user avatar
  • 11
0 votes
0 answers
114 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
0 answers
116 views

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... ...
Soubhagya Chulki's user avatar
-1 votes
1 answer
394 views

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 ...
Vybhav Sreshta's user avatar

15 30 50 per page