Slider
flaui.core.automation_elements.Slider
Bases: AutomationElement
Class to interact with a slider element
is_only_value
property
Flag which indicates if the Slider supports range values (min->max) or only values (0-100). Only values are for example used when combining UIA3 and WinForms applications.
Returns:
| Type | Description |
|---|---|
bool
|
True if only value else False |
large_change
property
The value of a large change.
Returns:
| Type | Description |
|---|---|
float
|
Large change |
maximum
property
The maximum value.
Returns:
| Type | Description |
|---|---|
float
|
Maximum value |
minimum
property
The minimum value.
Returns:
| Type | Description |
|---|---|
float
|
Minimum value |
small_change
property
The value of a small change.
Returns:
| Type | Description |
|---|---|
float
|
Small change |
thumb
property
value
property
writable
Gets the current value.
Returns:
| Type | Description |
|---|---|
float
|
Value of the element |
large_decrease_button()
The button element used to perform a large decrement.
Returns:
| Type | Description |
|---|---|
Button
|
Button element |
Source code in flaui/core/automation_elements.py
large_decrement()
large_increase_button()
The button element used to perform a large increment.
Returns:
| Type | Description |
|---|---|
Button
|
Button element |