So, the task which i had to do was to extract text from Monkeytype website and write the text back to the same website.
So, i have extracted text from the website using get text activity but i am unable to extract the spaces between those texts.
Also, how can I write back into the website?
I am new to RPA.
The spaces between the texts are typically represented by HTML tags such as <br> or CSS styles.
Instead of using the “Get Text” activity, you can try using the “Get Full Text” activity in your RPA tool. This activity captures the complete text, including the spaces and formatting, as it appears on the website. It allows you to extract the entire content, including the spaces, line breaks, and any other formatting elements.
Use an activity like “Type Into” or “Set Text” to input the extracted text into the desired element. These activities simulate keyboard input and can be used to write text into input fields or editable areas on the website.
Try using “Get OCR Text” Activity and under OCR engine use “UiPath Screen OCR”. This will work. I am sharing the process of the file with changes for your reference. Please do check. Hope it helps!!
In the “Get OCR text” activity instead of using “UiPath Screen OCR” engine try using “Omni Page OCR” engine by downloading the package “UiPath.OmniPage.Activities”. I hope you would achieve the output you want. Check the process for your reference.