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.

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
2 answers
41 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
28 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
287 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
-2 votes
1 answer
43 views

Azure Repo Setup for Nexus Repo

We have our own company framework for testing and all jar are stored in nexus repo. Whenever running my automation framework,all required jars are getting downloaded from nexus repo via pom dependancy....
techieqa's user avatar
0 votes
0 answers
16 views

NoSuchElementError: no such element: Unable to locate element: {"method":"xpath","selector":"//select[@id='InputPrefix']"}

when i created seperate stepdefinition classes like Given, When,Then the automation script usin findElement etc.. is not reading in when and then step.js but its reading in given.js file what mistake ...
R Rubika's user avatar
0 votes
0 answers
32 views

Selenium Web Scraping on Google Maps: Clicking on all markers/points in view

I'm fairly new to Selenium and am looking to learn how to use it to click on all the markers or points on Google Maps in my view only. I’ve tried following some examples, but they either only work ...
i suck at programming's user avatar
0 votes
1 answer
30 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

SpecFlow isn't able to find test results in test results file

I'm trying to set up SpecFlow. I have set up my configuration to create .trx files for test results so that I can upload them to Azure DevOps using SpecFlow. I assume I set something up incorrectly in ...
Cole's user avatar
  • 35
0 votes
0 answers
11 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
10 views

Firefox pointing to Firefox Private Browsing Version in Selenium

In Selenium, when I am giving the path of My Firefox Path(which is located inside AppData) in My Selenium Automation Code, & executing it's opening the Firefox Browser. But the version it's ...
AGB's user avatar
  • 23
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
0 votes
1 answer
25 views

Selenium Nodejs - Trying To Select Button

The HTML <button class="RCK Hsu USg adn gn8 L4E kVc iyn S9z Vxj aZc Zr3 hA- Il7 hNT BG7" tabindex="0" type="submit"> <div class="KS5 hs0 mQ8 un8 tkf ...
KraveXL's user avatar
  • 315
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

15 30 50 per page