javascript - Using jquery with java for HTML -


I found an HTML website that contains some kind of data inside the table (I have no control as the way Data is displayed on that website). I need to get / remove this table data.

i.e. The ninth row in the table has 2 columns, the first column text is "Last Update Time", and the next column has some datestamp values. Using Jquery, I can actually say that I want to get the this table nth row second column text which gives me some timestamp string.

Is there something like this in Java, I basically get the entire site and try to remove that information in the same way as I mentioned above is something similar in Java?

Because javascript can be executed as a shell script, unless the interpreter is available, can it be done so that Java can be possible to tide?

I think that will help you.

Comments