Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [selenium-webdriver]

Selenium WebDriver provides the WebDriver API for controlling browsers in different programming languages ("language bindings"). When using this tag, also add a tag for the programming language you are using.

selenium-webdriver
0 votes
1 answer
13 views

How to capture Network requests in Selenium Webdriver C#?

If I need to check what's going on with Network requests while Selenium C# tests are running, how to do it? Sharing with you my solution in the answer below.
Denis Koreyba's user avatar
11 votes
3 answers
2k views

Selecting default search engine is needed for Chrome version 127

All of my Selenium scripts are raising errors after Chrome updated to version 127 because I always have to select a default search engine when the browser is being launched. I use ChromeDriver 127.0....
Bence's user avatar
  • 137
-1 votes
0 answers
20 views

I am not able to build my Java Selenium project due to a few errors, which I am not able to resolve [closed]

I am getting errors like my steps do not have matching glue code. I am not able to resolve the error. Could some one please help me remove the errors and build the project successfully? I tried ...
Jaimin Shah's user avatar
0 votes
0 answers
18 views

Not able to override autoscaling.terminationGracePeriodSeconds for selenium grid using helm commands

Not able to override autoscaling.terminationGracePeriodSeconds for selenium grid using helm commands available at https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/README....
Shrirang 's user avatar
1 vote
1 answer
34 views

Scraping Collapsible Table in R

I am using R Selenium to collect data from a collapsible table. I have been successful in scraping the main table, but I would also like to collect the sub-table data for each company. library(...
lonca's user avatar
  • 11
-1 votes
0 answers
18 views

How to disable ad privacy setting in python selenium?

I have some problem with above. When I attempt to bypass the cloudflare captcha, of course, my strategy already broken any cloudflare. But there is some problem. When I open the new tab in python ...
Au Wai Lun's user avatar
0 votes
1 answer
43 views

Why is my Selenium script only scraping data for 7 matches on F O R E B E T?

I'm working on a web scraping project using Selenium to scrape football match data from a sports prediction website ( lets use EXAMPLE for F O R E B E T) . However, my script only retrieves data for 7 ...
Akingeneye Benjamin's user avatar
0 votes
0 answers
37 views

Selenium Webdriver version matching problem

Jul 24, 2024 8:32:53 AM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch WARNING: Unable to find an exact match for CDP version 127, so returning the closest version found: 125 enter ...
Dharaka Sundar's user avatar
0 votes
2 answers
228 views

How to setup Webdriver manager to use chromedriver in a MacOS app compiled with PyInstaller?

In my python script I am currently using webdriver_manager (text) to install the chrome webdriver. This webdriver is used to create a Selenium driver to navigate websites and collect HTML data. This ...
Roman De Santos's user avatar
1 vote
1 answer
24 views

NoSuchElementExists when trying to select svg with Selenium

I have a lot of files to download so I'm trying to automate it with python and Selenium. (Accessing the site's API is not an option; I would have done that if I could have.) The only element I can't ...
compx's user avatar
  • 59
0 votes
0 answers
10 views

Is it possible for selenium to detect specific requests sent to a site in the devtools network tab?

I am using Selenium on python with Chrome and Firefox. I want selenium to wait until a specific request is sent to a site which can be located in the network tab in devtools. e.g. a request with the ...
Wazzuper11's user avatar
1 vote
0 answers
17 views

Firefox download getting in the way of Selenium

I built a Selenium test script to download multiple files through Firefox. The web-page pops a modal window for the download. I detect a file is downloaded by checking the download folder and ...
user1994584's user avatar
0 votes
0 answers
26 views

File upload with Selenium in Python

I wanted to upload a file on site 'https://www.cutout.pro/photo-enhancer-sharpener-upscaler/upload' using library selenium. Can you help me? from selenium import webdriver from time import sleep ...
gamerfan82's user avatar
-1 votes
0 answers
26 views

Trying to scrap this web page that contents this type of authentication

I need help, I am trying to scrap a web page but I need log, the problem is this type of authentication. The authentication form shown in the screenshot is a basic browser authentication popup, which ...
Gonzalo Alonso Sierra Tapia's user avatar
-1 votes
0 answers
18 views

Getting error: System.NullReferenceException : Object reference not set to an instance of an object [duplicate]

Getting error on executing this line IWebElement logo = driver.FindElement(orangeHRMBranndindLogo); Create Page file which contains below code: public void LaunchOrangHRM(string URL) { ...
Supriya Kumbhare 's user avatar

15 30 50 per page
1
3 4
5
6 7
10568