SeleniumLibrary
SeleniumLibrary copied to clipboard
Web testing library for Robot Framework
"Selenium 4 now allows you to query the driver for the current timeout values." [1] Explore how this could be incorporated within the SeleniumLibrary. References: 1. [Selenium 4 - Retrieve...
atest for Page Should Contain Element failed. This should fix it.
With the merge of #1858, "Remove deprecated headless option for chrome and firefox", the tests pass. But I can't help but think we may be missing some checks here. I...
Some initial ideas and sketches for the `Print Page As PDF` keyword. I wanted to seewhat it may look like and how it may work. So this is just some...
Hi, I am using Selenium 4.8.3 and Ride for automation scripting. My script include simple action Click Element with xpath as //*[@id='username']. In debug logs observed that it always generates...
In troubleshooting #1820 it was noted that for the page_load_strategy is was a bit unclear how to configure the options. It would be good if the documentation could (better) explain...
## Steps to reproduce the issue I have a test that opens an PDF file in the web browser. This scenario runs perfectly when I don't use Chrome's headless mode....
The keyword documentation should probably have an explanation of the newly added Action Chain Delay parameter and kewords underneath the "[Timeouts, waits, and delays](https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Timeouts%2C%20waits%2C%20and%20delays)" section.
The library [documentation talks about](https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Timeout) using `Set Selenium Timeout` for the Execute Async Javascript timeout. While there is [a script timeout](https://www.selenium.dev/selenium/docs/api/py/webdriver/selenium.webdriver.common.timeouts.html#module-selenium.webdriver.common.timeouts) within the Selenium Python bindings. Review this code to...
In running the acceptance test for a recent pull request we [received varying results](https://github.com/robotframework/SeleniumLibrary/actions/runs/4739993935) on the `Handle Alert when popup window closes` test case. When it fails the following trace...