Skip to content

Instantly share code, notes, and snippets.

@IsmagilovQA
Created January 5, 2022 15:00
Show Gist options
  • Save IsmagilovQA/979b72bf50a4445c750f55e4efe34e0f to your computer and use it in GitHub Desktop.
Save IsmagilovQA/979b72bf50a4445c750f55e4efe34e0f to your computer and use it in GitHub Desktop.
Selenide | Scrolling via JavaScript
Скролл в самый верх делаю таким способом -
executeJavaScript("$(document).scrollTop(0)", "");
Скролл в самый низ делаю таким способом -
window.scrollTo(0,document.body.scrollHeight);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment