Skip to main content
1 vote
1 answer
24 views

Selenium headless broke after Chrome update

After updating google chrome this weekend, headless mode using Selenium python API is bringing up a blank window when running in windows. The identical code I had running on a Debian VM does not work ...
user9099944's user avatar
0 votes
0 answers
18 views

Issue Binding Selenium WebDriver to Existing Chrome Instance with Remote Debugging Port

I’m trying to open a Selenium browser with a specific Chrome profile. The issue arises when I already have a Chrome instance running. If I run my code while Chrome is open, it only launches a new ...
Saad Ouled Lafqui's user avatar
0 votes
1 answer
27 views

'ERROR Could not start a new session.' on selenium-remote-driver versions 4.17.0 and higher, the driver starts as expected on version 4.16.1

My project pom: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/...
Bozidar Kostic's user avatar
-4 votes
0 answers
96 views

Where to find a Selenium chromedriver matching my Chrome browser version for my macbook? [closed]

In my Chrome browser in my macbook I have the version 129.0.6668.59, and I'm not able to find a suitable Selenium chromedriver matching this version. Where to find a chromedriver matching my Chrome ...
torbjörn södheim's user avatar
-1 votes
0 answers
2k views

Certificate is not being accepted with Chrome version 128.X.X.X

I am using Selenium with Java to test a web application. When accessing the web app manually, I get a popup to select a certificate file. There is only 1 cert file in this popup, which is also ...
Hiruni Dahanayake's user avatar
0 votes
0 answers
46 views

How to disable image/video download and How to make CSS disabled in selenium WebDriver of JAVA

I am using Chrome WebDriver latest version of now (Version 129.0.6668.59 (Official Build) (64-bit)). Chrome Driver version 129.0.6668.58 I want to get a title or head of any URL (Youtube, Instagram, ...
kipid's user avatar
  • 598
0 votes
0 answers
83 views

Chromedriver update (129.0) is not hiding the window

my window hiding code, which works in all chromedriver versions, is no longer functional. It doesn't work with the latest 129 update. My selenium version : 4.0.0b3 and old solution: options = ...
esoka's user avatar
  • 1
0 votes
0 answers
16 views

Error in CI Gitlab while running pytest selenium

I have a problem with GitLab CI. I ran a test that works fine locally on Python 3.12. After committing the code to GitLab CI, it's not working. My yaml: image: python:3.11-alpine stages: - test ...
Mira Z's user avatar
  • 1
4 votes
3 answers
726 views

Chrome 129 Headless shows blank window

Today, I updated the Chrome browser to the latest version (129). After the update, running Chrome in headless mode produces an unusual result: a blank white window appears, matching the size of the ...
FastDev's user avatar
  • 107
0 votes
0 answers
36 views

Is there a way to prevent selenium (java) to download the latest browser and driver?

I have a docker image that is used to run selenium tests. The problem is that selenium always downloads the latest browser (chrome) and driver (chromedriver) leading to a lot of traffic. I have tried ...
neodem's user avatar
  • 1
0 votes
1 answer
55 views

Selenium session not created: DevToolsActivePort file doesn't exist error when running via cron in GUI mode

I’m trying to run a Selenium script using Google Chrome without headless mode in a cron job. When I execute the script manually under my user account, everything works fine. However, when I run the ...
PixelOT's user avatar
0 votes
0 answers
12 views

Can I launch chrome driver with only Address bar and title bar enabled?

I need to launch chrome selenium web driver (I'm using java Selenium) with only the address bar, title bar enabled. I am currently using the kiosk mode, but that hides the address bar and title bar as ...
Anand Rao's user avatar
  • 323
0 votes
0 answers
59 views

C# Undetected Chrome Driver Cloudflare Error

I'm trying to write a small automation script using C#. However, I'm getting stuck on a Cloudflare CAPTCHA on a website I'm using for the content. Despite my best efforts, I haven't been able to ...
Anıl's user avatar
  • 33
0 votes
1 answer
39 views

HeadlessException in Github Actions

I have a Selenium testsuite, which I try to execute with use of Github Actions. I initialize chromedriver with these arguments: case "chrome-headless": chromeOptions.addArguments("--...
plaidshirt's user avatar
  • 5,561
0 votes
0 answers
16 views

Execute UI Automation using Selenium Java in head mode through Jenkins in Linux agent(slave) machine

Both of controller(master) and agent(slave) machine are Linux systems and physical devices. The connection is established successfully through agent.jar file. But the chromedriver is not getting ...
Ansuman Behera's user avatar

15 30 50 per page
1
2 3 4 5
1005