Cannot Click check box as per user input

Hello everybody, I have an issue while clicking check box, can somebody help me?

I want to click the robots check box as per user input

Please find attached a screenshot

Capture3

Hi,

What element did you select?

Can you share the UI Explorer screen of the element?

Hi @Gabriele_Camilli,

I want to select the check box “Return Order Not Received Within TAT” (Robot has to select as per user input)

Strissuetype=“Return Order Not Received Within TAT”

I have passed parameters Strissuetype in the intext text attribute

When you test it does the bot don’t find the element, don’t click or don’t click correctly?

Hi @Gabriele_Camilli,

Bot able click in the text but not in the check box

Have you selected the textbox square? You should select that using the text as an anchor

HI @Gabriele_Camilli,

I have tried with the anchor Base is not working.

Hello @BALASUBRAMANIAN,

You can try one thing i.e. Anchor base Activity

In ‘find element’ detect the text and in ‘click activity’ indicate the checkbox.

I hope this will be helpful to you.

Thanks & Regards,
Urvesh Mistry

1 Like

Hi @urvesh.mistry,

I have checked through Anchor base activity it is not working

Hi @BALASUBRAMANIAN ,

I noticed by the print that you are using the anchor activity, however to do the anchoring, you are selecting the element that encompasses all the options.

1st - Try to select the checkbox text on your anchor using a find element.
2nd - Make the click event in the selection box and place it inside the anchor activity.
3rd - Change the AnchorPosition property to Rigth.

UiPath.Studio_2020-10-16_13-41-33

1 Like

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