browser.scroll.check_if#
Functions#
is_end_of_page() #
Check if current scroll position is at the end of the page.
Returns:
| Type | Description |
|---|---|
bool |
|
Example
1 2 | |
is_top_of_page() #
Check if current scroll position is at the top of the page.
Returns:
| Type | Description |
|---|---|
bool |
|
Example
1 2 | |