Spinner
flaui.core.automation_elements.Spinner
Bases: AutomationElement
Class to interact with a WinForms spinner 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 |
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 |
value
property
writable
Gets the current value.
Returns:
| Type | Description |
|---|---|
float
|
Value of the element |
decrease_button()
The button element used to perform a large decrement.
Returns:
| Type | Description |
|---|---|
Button
|
Button element |
decrement()
increase_button()
The button element used to perform a large increment.
Returns:
| Type | Description |
|---|---|
Button
|
Button element |