IE_Create in Hidden mode?

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
User avatar
Dorian (MJT support)
Automation Wizard
Posts: 1417
Joined: Sun Nov 03, 2002 3:19 am

IE_Create in Hidden mode?

Post by Dorian (MJT support) » Sat May 07, 2011 11:31 pm

Is there any way to use IE_Create in web recorder in hidden mode, as per RP_Windowmode in RunProgram?

Or should I be using httprequest instead?

I am extracting one piece of information from about 30 webpages, and don't want IE Explorer to keep opening. I'm writing the piece of information to a txt file, then using CloseWindow before opening IE again.

Code: Select all

Let>delay=1
IE_Create>0,IE[0]
IE_Navigate>%IE[0]%,http://www.xboxlc.com/profile/%line%,r
IE_Wait>%IE[0]%,r
Wait>delay

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Sun May 08, 2011 8:17 am

Use the IE_Show function to hide it just after IE_Create. See the WebRecorder command reference in the WebRecorder help.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts