Check if current scroll position is at the top of the page.
Returns:
Type | Description |
bool | True if current scroll position is at the top of the page, False otherwise. |
Example
| if browser.scroll.check_if.is_top_of_page():
browser.click.button("//xpath/to/button")
|