Skip to main content
1 vote
1 answer
49 views

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....
FirePunch's user avatar
-1 votes
0 answers
46 views

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(), ...
Yasela Wathsala's user avatar
0 votes
1 answer
60 views

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....
Sachin Joshi's user avatar
-3 votes
0 answers
74 views

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 ...
Matthew92's user avatar
Advice
0 votes
2 replies
37 views

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 ...
Daniela Fabra's user avatar
0 votes
3 answers
108 views

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(...
J. Script's user avatar
-4 votes
2 answers
74 views

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: #...
Simd's user avatar
  • 21.5k
1 vote
1 answer
56 views

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 ...
Fabiaan Joossens's user avatar

15 30 50 per page
1
2 3 4 5
10517