I have a typical problem here. The problem is as follows.
1) I would like to use IE/Mozilla to log into a site.
2) Then I want to click several links and submit several forms.
Since Mechanize module uses Perl’s browser and I want to log through IE/Mozilla only (For some reasons) I cannot use Mechanize module. I am Not comfortable with complete automation of website browsing.
Can you suggest me any method where I can do the #1 & #3 manually but automate #2?