SeleniumLibrary icon indicating copy to clipboard operation
SeleniumLibrary copied to clipboard

Add `scroll_element_into_view` workaround for Firefox "MoveTargetOutOfBoundsException" error

Open jnhyperion opened this issue 2 years ago • 0 comments

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

jnhyperion avatar Feb 20 '23 06:02 jnhyperion