Hi,
when I use WebRecorder functions, can I start Internet Explorer with no extensions?
Thanks in advance
IE extoff
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: IE extoff
Not with IECreate, but if you could use Run to shell IE with the -extoff switch and then use IEGetFromURL to get a handle to IE instead of using IECreate.
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?
Re: IE extoff
I try:
RunProgram>C:\Program Files\Internet Explorer\iexplore.exe https://it.yahoo.com
IEGetFromURL>https://it.yahoo.com,IE_inst
IE_inst=0 and run
RunProgram>C:\Program Files\Internet Explorer\iexplore.exe -extoff https://it.yahoo.com
IEGetFromURL>https://it.yahoo.com,IE_inst
IE_inst=-1 and error
Why? Can you help me?
RunProgram>C:\Program Files\Internet Explorer\iexplore.exe https://it.yahoo.com
IEGetFromURL>https://it.yahoo.com,IE_inst
IE_inst=0 and run
RunProgram>C:\Program Files\Internet Explorer\iexplore.exe -extoff https://it.yahoo.com
IEGetFromURL>https://it.yahoo.com,IE_inst
IE_inst=-1 and error
Why? Can you help me?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: IE extoff
You're not waiting for IE to exist/load. Probably need to add at least a WaitWindowOpen. I'd also add a short Wait of a second or two to be sure.
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?
Re: IE extoff
I insert WaitWindowOpen and Wait>2, but the results don't change.
With -extoff the variable IE_inst is -1, while without -extoff the macro is running.
With -extoff the variable IE_inst is -1, while without -extoff the macro is running.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: IE extoff
I'm sorry it appears you cannot automate IE via COM when -extoff is specified. I guess you'll have to disable specific extensions individually instead.
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?