Wrapper for IE

B

bruno

I’m looking for a IE wrapper to do some automatic navigation (ie. login
procedure) intercept some internet Pages and type some input data on behalf
of the user.
Any suggestions? Is there something to start from?
thanks
 
R

Robert Aldwinckle

bruno said:
I'm looking for a IE wrapper to do some automatic navigation (ie. login
procedure) intercept some internet Pages and type some input data on behalf
of the user.
Any suggestions? Is there something to start from?


Not here. Try the MSDN forum for IE Web Development instead.
 
V

VanguardLH

bruno said:
I¢m looking for a IE wrapper to do some automatic navigation (ie. login
procedure) intercept some internet Pages and type some input data on behalf
of the user.
Any suggestions? Is there something to start from?

WinRunner would work but is very pricey (it's primarily used for QA
testing). Something like AutoHotkey might do want you want. These
aren't wrappers. They are a means of automating the execution of any
product through the keyboard and mouse interfaces. These are keyboard
and mouse macros (with scripting support), not "wrappers" like
AvantBrowser or Maxthon (i.e., alternative "skins" that used the IE
libraries). There are probably many others but, as I recall, and for
cheap-end solutions, it was usually a toss between AutoHotKey
(http://www.autohotkey.com/) and AutoIt (http://www.autoitscript.com/).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top