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

All Questions

0 votes
0 answers
4 views

JavascriptException Stale element not found after (multiple) redirects

I'm building a SeleniumBase scraper that takes a set of tasks and performs them on a website. After performing some actions on the site the script calls driver.execute_script("return window....
Victor's user avatar
  • 456
0 votes
1 answer
30 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
2 answers
27 views

How to click on a chevron for 'more results' with selenium?

I am scraping a web page with Selenium searching for results. This is working fine, I do get the results I want, but not all results, only 12 out of hundreds. To get the additional results, I must ...
Stefan's user avatar
  • 13
-1 votes
2 answers
27 views

Python Selenium Actions Chains work but stop my program in Firefox

I sometimes use ActionsChains with any problems, today he work but stop my program do you know why? scrolling_bar = driver.find_element(By.CSS_SELECTOR, "#scrolling_bar") start = ...
Laslo Laslo's user avatar
0 votes
2 answers
155 views

I got this error! OSError: [WinError 193] %1 is not a valid Win32 application

I trying to run an Python file today and got this error below! Anyone know what's issue and the solution to fix it? Traceback (most recent call last): File "C:\Users\Al PC\PycharmProjects\Fe\...
acube's user avatar
  • 27
0 votes
1 answer
28 views

Selenium WebDriverWait Fails to Detect Form Element for Submitting Answer on Embedded Video with Selenium

I have been programming a bot using Selenium to automate a tutorial series my school forces me to do. In this tutorial there is one video which halfway through prompts the user with a form and some ...
Aidan Rooney's user avatar
0 votes
0 answers
13 views

84 I am working on selenium automation project using Python. I am getting an error .NoSuchElementException:

from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys from selenium.common.exceptions import ...
Hell King's user avatar
0 votes
0 answers
10 views

Selenium not bypassing cloudfare on linux

I am writing a discord bot that web scrapes dexscreener.com with some filter periodically and outputs the tokens in a discord channel. When I run the code on my windows machine it works fine but when ...
Aditya Rawat's user avatar
0 votes
0 answers
9 views

How to automatically generate an Allure report after executing all feature files instead of typing in terminal as specific script?

I'm using Python Selenium Behave and Allure reports on my automation testing, my problem is how can I generate the Allure report automatically without typing a specific script on the terminal after ...
Angel's user avatar
  • 1
-2 votes
0 answers
23 views

Selection an option from a div.cl-search-dropdown menu

I'm writing a script that uses Selenium to do web scraping. I want to enter a zipcode into a search bar, and then select the first option that pops up from the dropdown menu. I can find the XPath for ...
Ighenvex's user avatar
-2 votes
0 answers
161 views

Scraping captcha from a website using selenium but the code won't produce an actual image

I'm trying to edit the code to save captchas in the hopes to eventually write a bot for automation. The following python code results in the subsequent error. import requests from selenium import ...
B G's user avatar
  • 1
0 votes
2 answers
50 views

findAll() returning empty outputs

I'm trying to scrape the title, date, rating and actual review of each reviews form mouthshut. But I'm unable to extract anything under the title of page. The review is in tag under class 'more ...
dooby's user avatar
  • 11
0 votes
0 answers
89 views

Chrome driver Installation path discrepancy on Windows 11 during bzt run

I'm experiencing an issue with Chromedriver installation during the bzt run. After downloading a zip file, the system seems to be looking for it in the following path: 15:23:03 ERROR: ...
S. Fernando's user avatar
0 votes
3 answers
443 views

WebDriver Error when using Selenium error: OSError: [WinError 193] %1 is not a valid Win32 application

I'm using the code from the documentation: https://pypi.org/project/webdriver-manager/#use-with-chrome. After install and upgrade all package and running code below: from selenium import webdriver ...
Wojciech's user avatar
-2 votes
0 answers
30 views

bypass API key requirement

I'm trying to communicate to income tax portal (this website https://eportal.incometax.gov.in/iec/foservices/#/login) via Selenium-Python-Firefox and getting struck at this on opening API Key Required ...
Office's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
3531