Reputation: 33
I am new to RPA Express (Workfusion) and I can't figure out how to set a checkbox to true using Web Element - set by xpath. What needs to be pun into a variable to set a checkbox to CHECKED status?
I can't use Click Mouse function as it would toggle the status while my goal is to ensure that a checkbox is set to TRUE always.
Upvotes: 1
Views: 532
Reputation: 36
You can do the following:
Use the Web Element
If the Output variable is true -> do nothing
Upvotes: 1