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
webrecorded tag with macro scheduler
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
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?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
My webrecording is not running
I want to extract some info from a website (creinvest.ch)
but the extraction is not showing on message box?
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%