Method ScrollToBottom
ScrollToBottom(string, TimeSpan)
Scrolls to the bottom of an element matching specified selector using jQuery.
Declaration
Task ScrollToBottom(string elementSelector, TimeSpan duration)
Parameters
| Type | Name | Description |
|---|---|---|
| string | elementSelector | |
| TimeSpan | duration |
Returns
| Type | Description |
|---|---|
| Task |
ScrollToBottom(string)
Scrolls to the bottom of an element matching specified selector using jQuery.
Declaration
Task ScrollToBottom(string elementSelector)
Parameters
| Type | Name | Description |
|---|---|---|
| string | elementSelector |
Returns
| Type | Description |
|---|---|
| Task |