| Prerequisites:
iMacros Scripting Edition
Goal:
Remote-control the Internet Explorer, Firefox and iMacros web browsers
from Java to automate web tasks.
Use the iMacros Scripting
Interface with Java
instead of the Windows Scripting
Host.
Prerequisites:
The iMacros Scripting
Interface can be used from any
programming or scripting language
that can use COM interfaces.
Since Java is designed to be platform-independent,
it does not have a built-in convenient
means for communicating with proprietary
and platform unique products such
as Windows COM.
To achieve the above goal,
it is necessary to find a way
to connect Java code with the
iMacros DLL. The Jawin interface can be used for this.
|