Scrollbars page for Automation Testing Practice

An application may use native or custom scrollbars and some elements may be out of view.
A test scenario may require to ensure that an element is visible on screen and this may require scrolling.

Scenario

  • Find a button in the scroll view and record button click.
  • Update your test to automatically scroll the button into a visible area.
  • Then execute your test to make sure it works.

Playground