telekom / testerra

Testerra is an integrated framework for automating tests for (web) applications.
https://docs.testerra.io/
Apache License 2.0
27 stars 15 forks source link

Changed UiElement.scrollIntoView to 'window.scroll()' solution #444

Closed martingrossmann closed 2 months ago

martingrossmann commented 3 months ago

Description

Changed again the behaviour of element.scrollIntoView. Now the JS window.sroll() method is used instead of arguments[0].scrollIntoView.

The scrolling is much more stable and it is also allowed to scroll up.

Type of change

Please delete options that are not relevant.

Checklist: