Hi i’m trying to do something simple as acessing an html page like: “192.168.1.178:8090/LigarLampada”.
And on that page read the text writen on it.
The page is really simple and has only one word on it.
The font code of the html is really simple too: “<font size=‘20’>ComandoLigarLuzLigada”
I would like to get that word from the page: ComandoLigarLuzLigada
is there an easy way to do this?
I attached the word as it is that i want to read.