Hi, I have been assigned a task to copy a text from a text box and paste it to another page on the same website, I tried using the recording method but the automation stops running in the middle without finishing the task. Can you help me with that?
Hello @Shreesh_Bhardwaj, welcome to the community!
Try using the OCR to do that, it might help.
Cheers!
Thank you, I will try this.
Uh, one more doubt, does UiPath StudioX has their own OCR tool or should I use some other, because I am unable to find it in the Activities pane.
Hi
Welcome to UiPath forum
hope the below steps would help you resolve this
-
use GET ATTRIBUTE activity to get the text VALUE of an attribute
https://docs.uipath.com/activities/other/latest/ui-automation/get-attribute#:~:text=Retrieves%20the%20value%20of%20a,the%20aastate%20attribute%2C%20for%20example. -
then use TYPE INTO ACTIVITY and indicate the field where you want to paste it along with the value obtained from above activity
mention the variable and then press PLUS button to include hot keys you want
https://docs.uipath.com/activities/other/latest/ui-automation/type-into
if you are not getting any of these activities then make sure you have enabled this DEVELOPER in activity panel
Cheers @Shreesh_Bhardwaj
Thank you for your help!
Hope it’s clarified
If yes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.