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?
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 @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.