SeleniumLibrary
SeleniumLibrary copied to clipboard
Web testing library for Robot Framework
Within setup.py and the Github Actions workflow updated supported versions.
As per the Selenium documentation [1], "Selenium 4 provides a new api [NewWindow](https://www.selenium.dev/documentation/webdriver/interactions/windows/#create-new-window-or-new-tab-and-switch) which creates a new tab (or) new window and automatically switches to it.". This is compared to...
As of commit 2c1575baad97fdff0fac41d6dba03850908484eb, it's not possible to set `firefox_profile` anymore. It's mentioned in the commit message that it needs to be re-added, so I'm just creating this ticket to...
Because we check the robot logging at various levels for specific messages, if we rely on the selenium manager to setup the drivers and browser then the logs change. So...
Add indexing functionality based on datetime for capture screen page method inside ScreenshotKeywords class.
As part of the v6.2.0 milestone and beyond which is starting to add Selenium 4 capabilities I was just curious as to how many Selenium Python methods are used within...
As noted in the v6.1.0 release notes .. "Due to the issues around upgrading packages and the simple passage of time, it is time to depreciate and remove the Selenium2Library...
We have quite a few internal tests for which are tagged as Known Issue under one or another browser. There have also been some recognition of various issues known and...
The benefit from this would be that this package would be usable even when ran as a pure Python package without Robot Framework module thus increasing its usability and popularity....