All Questions
Tagged with selenium or selenium-webdriver
157,715 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
57
views
Selenium ChromeDriver randomly crashes with 'chrome not reachable' error even in headless mode
hey folks im running selenium tests on ubuntu with chromedriver 120 and chrome 120 but randomly getting "chrome not reachable" or "session deleted because of page crash" errors. ...
-2
votes
0
answers
39
views
Selenium: How to automate dropdown + hover on dynamic React charts (single login session?) [duplicate]
I’m automating a React-based dashboard using Selenium (Python) and facing a lot of problems with map/chart navigation and locators.
Issues I’m stuck with:
Multiple dropdowns (Facility / Part / Status)...
Advice
0
votes
1
replies
74
views
which is the best folder structure format for e2e automation, playwright?
I was looking into different folder structure for e2e automation framework using playwright. is this good practice to have spec, page object and data file is same folder in e2e?
apps/
└── app-e2e/
├─...
Tooling
0
votes
1
replies
68
views
Web page interaction inside PySide6.QtWebEngine
As written in the title, im looking for a way to interact with a web embedded inside a PySide6 window.
Right now i have a pyside6 GUI which connects to an excel page (xlwings library) to extract the ...
Advice
0
votes
2
replies
36
views
How do i retrieve 'data attribution' from Google Earth?
I am working on a project that requires me to check which company uploaded the image and when was the last update for a list of coordinates on Google Earth. I uploaded the coordinates data using a KML ...
1
vote
1
answer
93
views
Unable to create a web driver object if the selenium container is stuck in the middle of a session
I have the following piece of code that I use to create web drivers for my Spring Boot application.
public RemoteWebDriver createDriver() {
ChromeOptions options = new ChromeOptions();
URL ...
0
votes
2
answers
147
views
Selenium/Python: Trying to display choices in a dropdown menu
I have a similar question that's being worked, but I made an error and I don't think editing the other question makes sense as it requires a complete rewrite and would make the original question (and ...
1
vote
1
answer
68
views
C# Selenium using Kendo-dropdownlist, Actions (mouse) do not work. Space bar, arrows keys do work
Here is code I'm using to scroll through a list of districts:
IWebElement districtsList = modelAddInvoice.ReturnDistrictInvoiceAddDistrict();
districtsList.Click();
districtsList.SendKeys(Keys....
0
votes
2
answers
64
views
SeleniumBase + UC Driver increase script timeout
i've been trying to run a script is my browser but i'm not able to increase the maximum timeout, no matter what I try, is it possible to make a script run longer than 30 seconds, can get the result in ...
Advice
0
votes
2
replies
100
views
How can I automate captcha bypass in Selenium when scraping a website?
I’m trying to automate the login flow on a website using Python and Selenium.
As soon as I submit the username and password, a reCAPTCHA v2 appears and the WebDriver just gets stuck on it. I’ve tried ...
1
vote
3
answers
94
views
How to select a dropdown built as a button (Selenium/Python)
I am trying to select choices from a dropdown menu, using Selenium with Python. The menu might be built as a button as I had no luck trying to use Select. It also might be a Bootstrap dropdown. Here ...
1
vote
1
answer
55
views
TimeoutExeption in Headless mode
I’m working on a Python project using Selenium and pytest. All tests pass locally in normal (non-headless) mode, but when I run them in GitHub Actions or even locally in headless mode, many of them ...
3
votes
1
answer
373
views
How to attach a PDF file on WhatsApp Web using Selenium? (Error: "The file you tried to add is not supported")
I’m trying to automate sending messages on WhatsApp Web using Selenium (Python), and I need to attach a PDF file.
This is the code I’m using:
from selenium import webdriver
from selenium.webdriver....
0
votes
0
answers
49
views
Invalid content signature Selenium/Docker
I have a Docker setup running automations 24/7 in both Chrome and Firefox browsers. However, for about a week now, Firefox has been failing and showing the error that appears in the image.
Anyone can ...
0
votes
2
answers
90
views
Selenium WebDriver: Can't access/find element on website past a "#document" entry
Using Selenium 4.0 and Google Chrome 142 in a C# application, I have issues accessing resp. "finding" an element on my website. The HTML presented in the Chrome dev console is as follows (...