I have a webapp hosted in a webpage, I access the page using url,this page has a text box and start button.can i pass a value in the text box and click the start button automatically by using Perl script.
I have used WWW::Mechanize
module. I am able to get data from webpage but not able to set to anything back on the page.
I am not able to achieve the click functionality also.