Hi Gurus,
A bit new to writing macros in browser environments, so have been searching through all forums, but can't find answers to following:
1) Is there a full List/Help file with all library functions available with IEAuto.dll
2) Can you control two browsers, simultaneously
Scenario:
Capture values from list in Browser1
Use values in other program
Feed new values into Browser2
3) Can you "assume" control of already open Browsers?
as in:
LibFunc>hIE,CreateIE,IE[0],0
LibFunc>hIE,Navigate,r,%IE[0]%,http://gmail.google.com
creates a new browser window.
How would you gain control of a browser window which has already been authenticated/logged in to an expected page.
4) Does IEAuto.dll just work with IE, or can it reference "Default Browser" such as Netscape, CrazyBrowser etc?
Any help appreciated
Thanks
/Ken
WebRecorder/IEAuto.dll - Help please
Moderators: Dorian (MJT support), JRL
-
- Junior Coder
- Posts: 22
- Joined: Mon Sep 12, 2005 1:34 am
- Location: Melbourne - Australia
WebRecorder/IEAuto.dll - Help please
Macro Scheduler since Version 5.0 - 21/10/1998
1. I have uploaded a text file with details of the functions available in IEAuto.DLL to:
http://www.mjtnet.com/software/IEAutoFunctions.txt
2. Yes, you can control more than one instance of IE.
3. You can usually only control instances that you create. However, you could try the WaitNewIE function.
4. IEAuto.DLL interfaces only with Internet Explorer via Internet Explorer's Document Object Model and will therefore not work with non IE based browsers.
http://www.mjtnet.com/software/IEAutoFunctions.txt
2. Yes, you can control more than one instance of IE.
3. You can usually only control instances that you create. However, you could try the WaitNewIE function.
4. IEAuto.DLL interfaces only with Internet Explorer via Internet Explorer's Document Object Model and will therefore not work with non IE based browsers.
MJT Net Support
[email protected]
[email protected]
I think the drill down is acting up a bit.
I think what happens is first time you hit 'h' it drills down to the first item in the history list that matches (starts with an h). Let it do that and then start typing again. Effectively it seems you need to type the h twice .. with a short delay between each.
We'll improve it ... in the mean time just slow down a bit - let it drill down and then type the address again. Sorry about that.
Alternatively, skip the http:// part - as that is added automatically. Just type http://www.whatever....
Not sure what the AV error is though. I tried navigating to 'h' and it didn't cause an AV in my case.
I think what happens is first time you hit 'h' it drills down to the first item in the history list that matches (starts with an h). Let it do that and then start typing again. Effectively it seems you need to type the h twice .. with a short delay between each.
We'll improve it ... in the mean time just slow down a bit - let it drill down and then type the address again. Sorry about that.
Alternatively, skip the http:// part - as that is added automatically. Just type http://www.whatever....
Not sure what the AV error is though. I tried navigating to 'h' and it didn't cause an AV in my case.
MJT Net Support
[email protected]
[email protected]