Is MacroScheduler capable of DISPLAYING email messages?
I am a new user, and have scanned through the manual and samples in the trial version. There is only 2 pages of documentation on the WebRecorder and no samples on display of email.
I can’t get MacroScheduler to display email messages in either Gmail, AOL, or Yahoo.
Here’s a very simple scenario:
I would like to display all of my Yahoo email messages which contain the word “Oil” to display messages from oil change vendors.
I have attached a video of what I’ve done and have attached my WebRecorder script below. I’ve replaced my real user and password name with XXXXXX, but have made no other changes to the script that WebRecorder generated.
Any ideas of why MacroScheduler seems to stop dead in its tracks at the login screen for these three email websites?
// Generated by MacroScript WebRecorder 4.02
// Recorded on Wednesday, September 9, 2015, at 06:43 PM
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
//Enable automatic downloads to My Documents dir, modify path if required
IEOnDownload>1,,ie_res
//Set timeout for ClickTag and FormFill to 10 seconds, increase if pages load more slowly
IESetTimeout>10,ie_res
IECreate>IE[0]
IENavigate>%IE[0]%,http://hsrd.yahoo.com/_ylt=AvJC.44QYHs_ ... J4-,ie_res
IEClickTag>%IE[0]%,{""},{""},{"INPUT"},{"CHECKBOX"},{".persistent:y"},ie_res
IEWaitDocumentComplete>%IE[0]%,ie_res
IEFormFill>%IE[0]%,{""},{"ACTION:/?.src=ym&.intl=us&.lang=en-US&.done=https%3A%2F%2Fmail.yahoo.com"},{".persistent"},{"y"},0,ie_res
IEClickTag>%IE[0]%,{""},{""},{"INPUT"},{"ID"},{"login-username"},ie_res
IEFormFill>%IE[0]%,{""},{"ACTION:/?.src=ym&.intl=us&.lang=en-US&.done=https%3A%2F%2Fmail.yahoo.com"},{"username"},{"XXXXXXXXX"},0,ie_res
IEFormFill>%IE[0]%,{""},{"ACTION:/?.src=ym&.intl=us&.lang=en-US&.done=https%3A%2F%2Fmail.yahoo.com"},{"passwd"},{"XXXXXXXXX%"},0,ie_res
IEClickTag>%IE[0]%,{""},{""},{"BUTTON"},{"ID"},{"login-signin"},ie_res
IEFormSubmit>%IE[0]%,{""},{"ACTION:/?.src=ym&.intl=us&.lang=en-US&.done=https%3A%2F%2Fmail.yahoo.com"},ie_res
IEWaitDocumentComplete>%IE[0]%,ie_res
IEQuit>%IE[0]%,ie_res
Where's the code for searching for messages that contain OIL after logon as shown in the attached video?
Sorry, there is no video. This forum software has failed to upload a flash video, instead it opens a new message form where you can again retype your message text. Maybe the forum software needs MacroScheduler to avoid repetitive typing. I've typed this message five times tonight!
Email display for aol, gmail, yahoo fails
Moderators: Dorian (MJT support), JRL
Re: Email display for aol, gmail, yahoo fails
I tried to upload the zipped flash video, and it failed again. MacroScheduler posts no size limits, and a zipped file of less than five minutes should easily be uploadable.
This forum software deleted my original message and I had to retype this again.
Assuming that MacroScheduler does not have the desired functionality, can anyone recommend a good macro recorder that can display email messages? Thanks.
This forum software deleted my original message and I had to retype this again.
Assuming that MacroScheduler does not have the desired functionality, can anyone recommend a good macro recorder that can display email messages? Thanks.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Email display for aol, gmail, yahoo fails
Try changing all occurrences of this:
To this:
Code: Select all
{"ACTION:/?.src=ym&.intl=us&.lang=en-US&.done=https%3A%2F%2Fmail.yahoo.com"}
Code: Select all
{""}
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?