SeleniumLibrary
SeleniumLibrary copied to clipboard
Add `scroll_element_into_view` workaround for Firefox "MoveTargetOutOfBoundsException" error
Running scroll_element_into_view on a dropdown list may have different results on Firefox and Chrome, on Firefox it will raise MoveTargetOutOfBoundsException in certain cases while on Chrome it works well.
probably fix:
https://github.com/robotframework/SeleniumLibrary/issues/1784 https://github.com/robotframework/SeleniumLibrary/issues/1780