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

All Questions

0 votes
0 answers
14 views

Elements in chrome browser are not clickable when opened with selenium, unless I leave the browser displayed

I am try to get get data from a site using selenium webdriver. Everything works well when I leave the browser opened/displayed on the screen, but when I minimise the browser tabs, nothing is clickable,...
Godsfavour's user avatar
0 votes
1 answer
45 views

Can't scrape all the data from a lazy-loading table using Selenium

I'm trying to scrape three fields (player, logo, dkprice) from a table located in the middle of a webpage. To see all the data in that table, it is necessary to scroll down to the bottom of it. I've ...
SMTH's user avatar
  • 187
0 votes
0 answers
15 views

What is the easiest way to save an captcha image from a .php page?

I've been trying to extract captcha images from a .php page but have had no luck so far, is there a simple(ish) way to do this? I've been trying with python with selenium so far and would like to keep ...
B G's user avatar
  • 1
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
0 votes
0 answers
27 views

How to get access token from local Storage when using python and selenium webdriver

I using Python and Selenium to implement automation test for case refresh token with access token store in localStorage. I can log in successfully and when try to print out value from localStorage it ...
Cường Trần Văn's user avatar
0 votes
0 answers
23 views

selenium on WSL2 doesn't open firefox (ubuntu)

My code for web scraper is: from selenium import webdriver from selenium.webdriver.firefox.service import Service as FirefoxService from selenium.webdriver.firefox.options import Options from ...
Polona Premrl's user avatar
0 votes
0 answers
78 views

Selenium with Chrome for testing Strange Behavior

Selenium and Chrome For Testing, how to disable the new browser.driver download? I have Chrome For Testing and chromedriver installed in a custom location, and everything works, but it downloads the ...
KenCapital's user avatar
0 votes
0 answers
20 views

Scraping Amazon Shopping Cart in Real time via a chrome extension

I am trying to build a chrome extension that in real time scrapes the amazon website as the user is on it and gets us the subtotal in the user's cart before they proceed to checkout. We will use this ...
Aryan Garg's user avatar
0 votes
0 answers
11 views

selenium proxy credentials seems to not being detected with python

Hello i try to use selenium for making a botnet for my cybersecurity work for my school but it show this error i use gecko ( Firefox ) driver i got this error : Error with proxy 217****:50100:steixv:T*...
Silvucani's user avatar
0 votes
0 answers
13 views

Proxy rejects localhost on Windows Server

I am running Selenium for Python (miniconda) on a Windows 10 VM. When selenium starts up, it starts a server at http://localhost/ . However, it needs to connect to the public internet through a proxy ...
Steve Scott's user avatar
  • 1,509
0 votes
0 answers
55 views

Python Selenium Proxy Bright Data Certificate Issue

I am trying to implement Bright Data proxy Residential IPs services into my Python Selenium code that is firing a webpage. Even when that page has a SSL certificate, it is loading in http not https. I ...
Gaurang Tandon's user avatar
-1 votes
1 answer
44 views

How do I run thenSelenium scraper faster?

I need to scrap data instantly (5-10 sec), but my code works 60-80 sec. if I a have better and faster idea, please let me know. It does not matter whether by the Selenium or even another language. ...
Ismoiljon Jo'rayev's user avatar
0 votes
1 answer
25 views

Unable to click on element using Selenium Python

I am trying to scrape conference websites from this list of conferences: https://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/en/meetings/archive/#2022 This requires Selenium to click on 'Details' to get to ...
MeathAddict's user avatar
0 votes
1 answer
64 views

How do I click on the input button inside a form with Selenium and Python?

I have this form and I need to click on the input type button with the value = CASTRO SALVADOR. I'm using Python and Selenium. <form name="seleccionaEmpresaForm" action="...
Salva Castro's user avatar

15 30 50 per page
1
2 3 4 5
598