webrecorded tag with macro scheduler

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
jeanmarie
Newbie
Posts: 6
Joined: Thu Jan 08, 2009 1:58 pm

webrecorded tag with macro scheduler

Post by jeanmarie » Sat Jan 10, 2009 11:40 am

I am currently testing macro scheduler and webrecorder.

I have done some webrecording and copy paste into macro scheduler 11 (evaluation).

when I am running the macro the following message is poping :
This is an unregistered version of IEAuto.DLL
To license MacroScript WebRecorder see:...

How can I test tag extraction with the trial version before to buy the licence?

I want to be sure I can correctly handle the extraction, before to get the licence

Thanks

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

Post by Marcus Tettmar » Mon Jan 19, 2009 10:15 am

This message only appears once when you start the script. You can still test tag extraction. The message does not appear with the registered version. With the trial version it only appears when the script is started. Once you have OKd it the functions all process as normal.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

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

jeanmarie
Newbie
Posts: 6
Joined: Thu Jan 08, 2009 1:58 pm

My webrecording is not running

Post by jeanmarie » Tue Jan 20, 2009 6:28 am

I want to extract some info from a website (creinvest.ch)

but the extraction is not showing on message box?

Code: Select all

// Generated by MacroScript WebRecorder 2.06
// Recorded on lundi, janvier 19, 2009, at 08:04 PM

//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
IE_Create>0,IE[0]

IE_Navigate>%IE[0]%,www.creinvest.ch,r
IE_Wait>%IE[0]%,r
Wait>delay

//Modify buffer size if required ...
Let>TD7_SIZE=4098
IE_ExtractTag>%IE[0]%,,TD,7,0,TD7,r
MidStr>r_6,1,r,TD7
MessageModal>Cell value: %TD7%

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