sending request to a page

Posted by gklots on Stack Overflow See other posts from Stack Overflow or by gklots
Published on 2010-03-15T21:38:00Z Indexed on 2010/03/15 22:29 UTC
Read the original article Hit count: 124

Filed under:
|

hi there.

I'm trying to fill-out a form automatically and press a button on that form and wait for a response. How do I go about doing this? To be more particular, I have a a --HUGE-- collection DNA strains which I need to compare to each-other. Luckily, there's a website that does exactly what I need. Basically, I type-in 2 different sequences of DNA and click the "Align Sequences" button and get a result (the calculation of the score is not relevant). Is there a way to make a Java program that will automatically insert the input, "click" the button and read the response from this website?

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about web-development