I am encountering an error in checkbox activity, saying attribute not supported by the current UiNode, Please Help!


Here’s the issue, Anyone Please Help!!

@Sreejith_Nair1,

This happens when you have not selected the checkbox ui element. You have to select the checkbox as target and not the text value of it. Text value can be used as anchor.

1 Like

@Sreejith_Nair1

Try to use Ui Explorer there select required attributes aaname or any other related attribute related to check box and test it over there if it works then click on save

But i have selected the checkbox and used the anchor and targeted the text near to it.

I did use the UI explorer and still sometimes the checkbox is getting checked, sometimes its throwing this error, for me i cannot rely on that, because it’s inconsistent. Instead i used Keyboard shortcut activity to check the checkbox. I dont know, can anybody say, using keyboard shortcut activity is a good practice or not ?..

instead of check/uncheck activity try to use click activity.

and i saw that you given anchor above of the field instead of that there is text which next to that check box, to check the box you selected entire tab instead of that try to indicate that exact check box (which is in round circle as per your screenshot) as anchor you can give that text which besides of the box.

if these thins didn’t work use cv activities

Hi @Sreejith_Nair1

I think some checkboxes are not recognized as such by the Check activity. You will need to use Click to check or uncheck an item in this case.

For more check below:

If you found helpful, mark as a solution. Thanks
Happy Automation

@Sreejith_Nair1,

To understand and help more on this, please share the selector you are using and also show the HTML source of the page