ToggleButton
flaui.core.automation_elements.ToggleButton
Bases: AutomationElement
Class to interact with a toggle button element.
toggle()
Toggles the toggle button. Note: In some WPF scenarios, the bounded command might not be fired. Use AutomationElement.Click instead in that case.