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
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
Hi,
What element did you select?
Can you share the UI Explorer screen of the element?
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?
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
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
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.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.