Hi,
I have a scenario where I need to uncheck multiple random checkboxes from a dropdown list before I start checking a few selected ones.
I tried to validate my element selector (for check activity) by passing it through a click activity.
The selector works fine for the click activity but for the check activity it throws error:
“message”: “Check ‘DIV promptOption-gwt-u…’: Attribute not supported by the current UiNode.”,
Thanks in advance for any alternative workaround for the same.