Hi all,
Is there a way to attach to a running instance of IE and then use that instance with the functions in IEAuto.dll
Any feedback is very appreciated.
Regards Steen
IEAuto.dll Attach to running instance
Moderators: JRL, Dorian (MJT support)
-
- Pro Scripter
- Posts: 110
- Joined: Thu Apr 08, 2010 6:11 am
- Location: Hørsholm, Denmark
- Contact:
IEAuto.dll Attach to running instance
Best Regards
Steen Jakobsen
DM Software A/S
Steen Jakobsen
DM Software A/S
-
- Pro Scripter
- Posts: 110
- Joined: Thu Apr 08, 2010 6:11 am
- Location: Hørsholm, Denmark
- Contact:
I Know I have asked the same question before. It is just that is has become importat now.
The reson is that a large corporate costumer has a large coporate web app that requeres login. And there fore they want to use an instance of IE that is already logged in.
Any hint?
p.s. I know I can do it in VB .. I hvae read the posts about it. But then I can not use the great IEAuto.dll that comes with WebRecorder.
Best regards Sten
The reson is that a large corporate costumer has a large coporate web app that requeres login. And there fore they want to use an instance of IE that is already logged in.
Any hint?
p.s. I know I can do it in VB .. I hvae read the posts about it. But then I can not use the great IEAuto.dll that comes with WebRecorder.
Best regards Sten
Best Regards
Steen Jakobsen
DM Software A/S
Steen Jakobsen
DM Software A/S
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
No, fraid not. The IE instance must be created by IE_Create for any other function to use it. You cannot attach to an already existing instance via IEAuto.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Seems simple to me....... Create the IE instance as visible with IEAuto, and then have some human login in. Now the macro can start working. Seems to me you were thinking that to automate the instance it had to be invisible - which is not the case.And there fore they want to use an instance of IE that is already logged in.
Actually not sure why IEAuto can't automate the login process also. But, if not, the macro can start once the instance is "logged in" anyway.
-
- Pro Scripter
- Posts: 110
- Joined: Thu Apr 08, 2010 6:11 am
- Location: Hørsholm, Denmark
- Contact:
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
It's on the work list. Since it's possible in VBScript it should be possible to implement within IEAuto.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?