MarcusBe
3 days agoOccasional Contributor
If ... Then issue
Hello !
Backstory:
Trying to get it to click on a button IF it is set to "off" so use the "onscreen object" and choose the property of the button "ClrFullClassName" which has property "off" and then equals the same.
Which works fine when the button is actually Off, it will turn on correctly. But if it is already On, it cant find the property and it will fail the test, i just want it to continue if it is already set to ON in the first place.
Shouldnt it be If ... Then, and then else in the end as shown in the image?