Hi,
i want to know if we have any API in java which i can use to open a website in the browserr and then enter the data and submit that information to the server.I mean automating the browsing of a website using java.I know we have a class named ROBOT by which i can take actions like entering the data but the problem is it is independent of the broser .ie if the browser takes long time to load a website then the code will break.
Thanks in advance