Thumb
flaui.core.automation_elements.Thumb
Bases: AutomationElement
Class to interact with a thumb element.
slide_horizontally(distance)
Moves the slider horizontally.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
distance
|
int
|
The distance to move the slider, + for right, - for left. |
required |
Source code in flaui/core/automation_elements.py
slide_vertically(distance)
Moves the slider vertically.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
distance
|
int
|
The distance to move the slider, + for down, - for up. |
required |