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
0 answers
9 views

I am trying to add pytest to my test but I got collected 0 items message in terminal

from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.edge.service import Service import pytest @pytest.fixture() def wrong_login_test(): website = 'https:/...
Bernardo Cabrera's user avatar
0 votes
0 answers
7 views

How to Configure SE_SESSION_REQUEST_TIMEOUT, SE_NEW_SESSION_THREAD_POOL_SIZE, and SE_NODE_SESSION_TIMEOUT for Selenium Grid in Kubernetes?

I'm currently running a Selenium Grid setup on a Kubernetes cluster, with edge nodes configured to scale between a minimum of 5 replicas and a maximum of 100 replicas. My use case involves executing ...
Anvesh Muppeda's user avatar
0 votes
0 answers
16 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
0 answers
21 views

Seleniumbase Chrome 127 "search engine is needed" problem

In the Chrome version 127 always get a chrome popup with search engine is needed and I have to choose. I use seleniumbase but cannot hide it, disable or click. So ruin all my process... I saw some ...
tromotixc's user avatar
0 votes
1 answer
17 views

How to get rid of "Choose your search engine" dialog in Chrome v.127 on Selenium test run?

Since Chrome Browser updated to version 127, on Selenium tests runs I get the next dialog open: How to get rid of it using C#? Do I need to make some options on driver start? I've already chosen it ...
Denis Koreyba's user avatar
0 votes
0 answers
4 views

Selenium WebDriver inside of Blazor Server app

I have a desktop app that uses webdriver to: open a browser navigate to a website log in navigate to a form fill out the top part of the form leave the window up for the user to fill out the bottom ...
AndyD273's user avatar
  • 7,229
0 votes
0 answers
8 views

Disable "You can open bookmarks, reading mode, and more from the Chrome menu" in chrome automation

In current Chrome/Chromedriver version (127, but this started some versions before), when running tests with Selenium, a "tooltip" with the following text appears: You can open bookmarks, ...
Mate Mrše's user avatar
  • 8,272
0 votes
0 answers
13 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
36 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
32 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
217 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
41 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
28 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

15 30 50 per page
1
2 3 4 5
3850