2gis / Winium.Cruciatus

C# Framework for automated testing of Windows application based on WinFroms and WPF platforms.
Mozilla Public License 2.0
137 stars 66 forks source link

Winium Checkbox Change Check State #82

Open MissSti opened 6 years ago

MissSti commented 6 years ago

I'm currently working on a test that needs to change the state of a checkbox from check to unchecked but can't seem to find a way to make the state change in the test.

I have tried the Cruciatus.Element.Extension Checkbox methods of Check() and Uncheck() but the action is not performed.

What am I missing to make this work?