Get character attributes

Hello UiPath experts,

I want to get character attributes in the terminal (for example, check if a text is underlined or not).
Is there a way to retrieve this information?

Kind regards,
Clem

This package might help - Reply - Get CSS Property Info - RPA Component | UiPath Marketplace

Hi Jeromeian,

Thank you !
However this package is only for HTML (Web), not the Terminal Activity :frowning_with_open_mouth:

Hi @ClementM

Welcome to UiPath community

You can use the TerminalGetField activity . This activity gets the text from a specified form field and stores it into a string variable. The form field is designated by using selectors.

Check out the document

https://docs.uipath.com/activities/other/latest/user-guide/terminal-get-field

Regards
Gokul

Hi Gokul,

Okay, but I don’t see how to get any information on the formatting. How can I check if the text is underlined?