SeleniumLibrary
SeleniumLibrary copied to clipboard
Web testing library for Robot Framework
Problem statement: Executing tests using Remote webdriver on BrowserStack but the options object passed under the 'options' parameter under the 'open browser' keyword doesn't get honored when the 'browser' parameter...
Added the access to minimize method, symmetrical to the maximize one.
Hi All We have observed file download by clicking link button or button click in headless mode for chrome as well as firefox is not working. Observed it was working...
# For issues We have recently started automating iPhone safari with robot framework selenium. Sometimes we get "Unable to find a matching set of capabilities" when we try to run...
Please find PR to allow capture full page screenshot. It use the functions linked per @aaltat in https://github.com/robotframework/SeleniumLibrary/issues/1459#issuecomment-535932114 This add a new keyword `Capture Full Page Screenshot`. It also add...
# Prerequisites - I have searched for similar issues in open tickets and cannot find a duplicate. - The issue still exists against the latest released version of SeleniumLibrary. -...
Similar to what 'get_log()' can do on python Selenium, I think we are missing a direct way to obtain console and even network logs which can be useful to verify...
```py import SeleniumLibrary ``` ``` (.venv) C:\Users\user\project>c:/Users/user/project/.venv/Scripts/python.exe c:/Users/user/project/Sandpit/test.py Traceback (most recent call last): File "c:\Users\user\project\Sandpit\test.py", line 52, in import SeleniumLibrary File "c:\Users\user\project\.venv\lib\site-packages\SeleniumLibrary\__init__.py", line 33, in from SeleniumLibrary.keywords import ( File...
## The issue Keywords that uses action chains like drag and drop and other mouse actions are using a default delay of 250ms. This causes these actions to be significantly...
For my use case it would be nice to have some keywords to be able to deal with elements that get removed from the DOM. Something along the lines of...