Hi Guys,
I am trying to extract the string value whats written after a particular text in a UI Element, which could consist of multiple lines like a paragraph.
I am at a point where I have extracted the full text using Get Text Activity, need to know what should be my next step.
I would prefer using string manipulation functions instead of relying on activities.
Below is an example where I am trying to get the user name value i.e. PAVAN from the program, a value which always comes after “User Name :”
Example :
“Please reset below user account password :
Environment : XX1
User Name : PAVAN
Email Address : pavan.shah@123.com”
Appreciate if someone can guide a way forward, thanks