Recognizing Text for underline

Hi,

Does anyone know how to recognize a underlined Text?

hey @shreyaR
Under line text in webpage?

Hi @nv08

Yes, its from webpage and PDF readable text format…

I am not sure whether regex will work for this

But u can try with invoke code activitiy

I think there is scope.for this

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

You could use find children activity and in that filter for tag for underline text

@shreyaR
Webpage/html element case:
if underline cannot be detected on element tag name following other options can be checked:

  • element attribute activity on some inner/outer Html attributes info with stylings for the font
    • this can work but also fail (inheritances, dynamics)

Or have a look on this custom library