Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

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.

1 Answer

0 votes
by (29.5k points)

There is a workaround that you could try but it might complicate things.

  • Use the Web Element
    • get mode tick Use
    •  element attribute
    • type-checked
    • select a variable for Output
  • If the Output variable is true -> do nothing
  • If the Output variable is false -> click the checkbox

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...