Discussion:
Wrapper for IE
(too old to reply)
bruno
2009-05-19 12:04:09 UTC
Permalink
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
Robert Aldwinckle
2009-05-19 15:39:02 UTC
Permalink
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.
thanks
--
bruno
VanguardLH
2009-05-20 00:00:14 UTC
Permalink
Post by 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?
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/).
Loading...