Search a text in webpage and click on it

Need help please. I have to find a text “LTE” in a web page under Ticket Forn and click on it. how to do it?

Hi @Henson_Ibon,
I would use Web Scraping as data look like table. Then keep data i DataTable to search for needed “Ticket Form” item including “LTE” inside. And base on this string do for example Click Text' or Click OCR Text` depends of UiElements accessibility.

can u please provide commands or syntax on this?