HI.
I load a url with loadURL. Can i somehow find out, when the page is completely loaded.
I don´t need to display the url, but until now, i don´t know how to find out, when it is finished.
I would like to parse the sourcecode, when the page is completely loaded, for special words.
From there on, i need to load a new url, with some of this special words.
Is there any option to do this.
I come from python, and there i would read the data line by line and look for the special word.
But i don´t know how to do this in java.
Thx


