Afternoon,
I've recently started our trial of Ranorex and after doing the first parts of the tutorial am bumping heads with how to deal with a pair checkboxes.
Short version is I have an app with checkboxes that default to the state they were last set to - so if the app was last run with them unchecked, they'll be unchecked on first load next time etc. I want my test case to run the app with both checked, so because of the defaulting recording a simple click isn't enough. Problem is I don't know how to conditionally change the value of my checkboxes to ensure they're always checked.
Can anyone help or point me in the right direction in the documentation?
Thanks.