I am trying to write some functionality that does things that WinBatch
can do (controlling keystrokes, to log on to a web page, copying data
from the web page, and storing it in a file).
I am wondering if there are any java classes that can do the same type
of functionality. The file access part is easy. I am looking for
something that can interact with a web page.
Thanks.
Edward
Oliver Wong - 20 Jul 2006 18:38 GMT
>I am trying to write some functionality that does things that WinBatch
> can do (controlling keystrokes, to log on to a web page, copying data
[quoted text clipped - 3 lines]
> of functionality. The file access part is easy. I am looking for
> something that can interact with a web page.
You could use sockets to directly connect to the desired server make the
appropriate requests, and read the response.
- Oliver