Wrapper for IE

  • Thread starter Thread starter bruno
  • Start date Start date
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
 
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.
 
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/).
 
Back
Top