Check activity issue

Hi ,

I want to check one check box but all attributes are same in checked and unchecked condition. And check activity also not working. Help me how to identify the check box is checked or not.

image

By your screenshot this is a web application right?

Can you share the selector generated by the Check Activity?

In the UiExplorer check the property explorer as well for attributes not showing up in your selector.

Yeah Sales Force Application

All Attributes are same in both scenarios(checked and unchecked)

Check Activity works with checkbox/radio (INPUT) elements.

In you selector we can see that the β€˜tag’ attribute is a LABEL, so it will not work.

Use UiExplorer and get the correct element or give a shot and just change tag from LABEL to INPUT.

give a shot and just change tag from LABEL to INPUT. β†’ How can i do that kindly help me on that

Type it directly in the selector:

1 Like

Perfectly working thank you so much :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.