Skip to main content
0votes
0answers
16views

executing javascript function with chromedriver and c#

I have a button that I need to click to open up file explorer and select a file. The entire page is JavaScript functions and there is no button id or name that comes up in the html I tried: myField = ...
Deek880's user avatar
0votes
2answers
97views

Can't close cookie pop up on website with selenium webdriver

I am trying to use selenium to click the Accept all or Reject all button on a cookie pop up for the the website autotrader.co.uk, but I cannot get it to make the pop up disappear for some reason. This ...
teeeeee's user avatar
0votes
0answers
23views

chromedriver version :134.0.6998.178

I’m working on a Selenium automation project and currently using Google Chrome version 134.0.6998.178 on my machine. However, I’ve been running into an issue where I cannot find a corresponding ...
Starter77's user avatar
0votes
0answers
32views

Rotating Authenticate Proxy In Selenium Using Chrome Driver

import zipfile import json import os from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.by import By import time def ...
fozan javaid's user avatar
-1votes
0answers
40views

ChromeDriver fails with SessionNotCreatedException after switching to non-root user in Docker

My ChromeDriver integration in a Docker container was working perfectly until I switched from root to a non-root user using: USER new_user Now I get this error: org.openqa.selenium....
uttamsingh888's user avatar
0votes
0answers
30views

Selenium chromium browser sometimes not opens a page

I have chromium and chrome-driver installed with necessary requirements in my Dockerfile and am running the automation code inside container, It works for some operations and it would not work for ...
Tragg's user avatar
-1votes
2answers
75views

I wanted to get the number of playoff games of a list of 200 players from Basketball Reference. The code I wrote is giving me 0 value for all players [closed]

I want to get the number of playoff games played by a list of players. To do that I used Selenium and Beautiful Soup. The result is being saved in a csv file but the values for each of the player is ...
Priyankan Datta's user avatar
0votes
2answers
42views

Which Selenium WebDriver version for which Chrome version?

I do not understand which versions fit together here. Currently I use: <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId&...
micgn's user avatar
0votes
0answers
93views

Selenium chromedriver not working in AWS EKS but works fine locally

I am scraping data from many web pages. I am processing the web pages in batches. It works fine when I run it locally as devcontainer in vscode, but when I run it in AWS EKS as a job, its processing ...
user30263759's user avatar
0votes
0answers
128views

Selenium Download Not Working in Java + Spring Boot Project (Chrome 135, Selenium 4.31.0)

I'm building a Java 21 + Spring Boot 3 automation project where I use Selenium to automate Chrome. The Chrome browser opens correctly via ChromeDriver, everything was working a month ago, but now file ...
devCodePro's user avatar
0votes
0answers
21views

Chromedriver executeCustomCommand get base64 encoded from PDF output using pagedjs rendered HTML

I'm using pagedjs to render my invoice sample (using table, tr, td, th, etc...) I use chromedriver v 135.0.7049.84 to open a headless browser and having export pdf from my html using polyfill pagedjs ...
Parham Rahimpour's user avatar
0votes
1answer
37views

Download multiple files using CDP command

I am trying to download a couple of files using CDP but when I fetch the downloaded file using Download.getLastCompleted, it gives me the first file ID only. So, I added a wait for it but it never ...
user3424778's user avatar
2votes
1answer
69views

Cookie cannot be added to website in selenium

from selenium import webdriver from selenium.webdriver.chrome.service import Service from selenium.webdriver.chrome.options import Options import json import time service = Service(executable_path=f&...
Wander verse's user avatar
0votes
0answers
37views

How to handle proxies authentication pop-up using seleniumbase

I'm trying to use an authenticated proxy with seleniumbase (I'm using python) while running the browser in undetected Chrome (uc=True). However, despite trying multiple approaches, I'm unable to get ...
john Lennon's user avatar
1vote
1answer
116views

Custom Proxy Extension stopped working with undetected-chromedriver

I have proxy (with auth) realisation via adding Chrome Extension as it is described here: https://www.browserstack.com/guide/set-proxy-in-selenium It worked fine. But recently I've started to get a ...
Mike K's user avatar

153050per page
close