i'm trying to create an script that automates the logging in to a website that seems to have some embedded VBscript and Javascript and I am wondering how I can create an auto-login script with WWW::Scripter. Thanks in advance for the help!

link|improve this question

75% accept rate
Did you really mean "scrape"? – Sparky672 Jul 6 '11 at 14:36
feedback

1 Answer

up vote 1 down vote accepted

Use WWW::Mechanize::Firefox you'll save yourself a lot of work/problems. That said I doubt any browser but IE executes client side VBS.

link|improve this answer
I kinda need to use IE, the website is weird and wont allow any other browser other than IE – artyfrost Jul 6 '11 at 14:46
1  
Hmm, that suck's try Win32::IE::Mechanize : search.cpan.org/~abeltje/Win32-IE-Mechanize-0.009/lib/Win32/IE/… – Raoul Jul 6 '11 at 14:52
is there a problem with using WWW::Scripter? – artyfrost Jul 6 '11 at 15:21
@user801867 if as you say the site only works in IE, you'll need to drive IE, WWW::Scripter does not drive IE. – Raoul Jul 6 '11 at 15:22
Ahh okay, thanks, i will test it – artyfrost Jul 6 '11 at 17:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.