157,747 questions
1 vote
1 answer
49 views
Can't find HBO Max sign-in, "unable to locate element" error
I'm trying to make a automation that logs into https://auth.hbomax.com/login, however I keep getting the below error as the code can't locate the sign-in element. selenium.common.exceptions....
-1 votes
0 answers
46 views
Selenium not setting value for <input type="datetime-local"> in React, value shows in UI but not in actual DOM
I'm automating a test using Selenium (Node.js) and trying to set a value for a datetime-local input. The UI visually shows the correct date/time, but when I inspect the element after driver.sleep(), ...
0 votes
1 answer
60 views
EdgeDriver Opens Brower but fails to open URL
I am trying to automate the Edge browser with Selenium. Below are the things I have already checked, but when I run the code the browser opens and doesn't navigate to the URL. No firewall is blocking....
-3 votes
0 answers
74 views
Wrong response for a log in in a website for an exam [closed]
I'm trying to find the good password of a website (fake facebook) for an exam. I've used Python and Selenium to make a connection and put the mail and password in the website.My idea is to dynamically ...
Advice
0 votes
2 replies
37 views
Selenium + Serenity BDD cannot find <tbody id="bodyArchivos"> inside iframe even though it exists in DevTools (Java + Cucumber)
I’m working on an automated test with Java + Maven + Selenium WebDriver + Serenity BDD + Cucumber. The test needs to click the “Download” button of the most recent projection file in a table that is ...
0 votes
3 answers
108 views
Using selenium assert with wait
I'm trying to use asserts in selenium java. I read that for every validation, I need to use an assert as best practice. I stumbled upon this code example: WebElement button = wait.until(...
-4 votes
2 answers
74 views
How can I get BBFC ratings in python? [closed]
I am trying to write code to give me BBFC film ratings. I am using selenium to do this but would be happy with any solution that works reliably. After a lot of work I finally came up with this code: #...
1 vote
1 answer
56 views
Appium/Selenium c# windows shows an exception: Currently only pen and touch pointer input source types are supported
Regarding the Appium/Selenium 4 issue where complex mouse actions fail with the error: 'Currently only pen and touch pointer input source types are supported.' Is there any official word, roadmap, or ...