I have an webpage which contains Hidden or masked text. In my automation i need to read that hidden text from webpage.
could you please help on this?
I have an webpage which contains Hidden or masked text. In my automation i need to read that hidden text from webpage.
could you please help on this?
Hi,
Use get attribute activity and use specific selector to identify the hidden text. Set the attribute property to “innertext” or “text” to retrieve the text content of the element.
Thank you
Spy the element through UiExplorer, figure out the attribute from selector which is giving you the unmasked value and then use Get attribute activity to extract the desired value .
Thanks.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.