SeleniumLibrary icon indicating copy to clipboard operation
SeleniumLibrary copied to clipboard

Web testing library for Robot Framework

Results 115 SeleniumLibrary issues
Sort by recently updated
recently updated
newest added

## Steps to reproduce the issue Initial problem was found in Python 3.9, with upgrade from 4.5.0 to 6.1.1, and still happens in 6.6.1, also in Python 3.12.6. After downgrade...

needs review

Off by one in _find_by_data_locator which causes opaque failure on data values which contain a colon. Example html: `This might be trouble` Example robot: `Scroll Element Into View data:automation-id:foo:bar` Error...

needs review

Hey SeleniumLibrary team! I have been using your library for python applications for almost two years now and felt I could maybe give a hand in the project itself. The...

needs review

it looks like whatever is being used to generate the stubs is completely broken. for example the type annotations in `SeleniumLibrary/__init__.pyi` are mostly invalid: ```py class SeleniumLibrary: def __init__(self, timeout...

needs review