Category: Automation

Finding HTML Attributes For Automating Web Sites

November 24, 2015 by Marcus Tettmar in Automation, Scripting, Web/Tech

If you’re new to automating IE/websites with WebRecorder or the native Macro Scheduler IE functions you may be wondering how to determine which elements and attributes to use. In this video I demonstrate how to use IE’s F12 key to invoke Developer Tools and use that to quickly find the elements we’re interested in and […]

Read more »

Awesome Image Recognition

February 6, 2015 by Marcus Tettmar in Announcements, Automation

We received this email today and I just had to share it … Macro Scheduler image recognition just saved me 6 hours of mind numbing work and my program took me about 15 minutes to write, test, and start using. Such an AWESOME solution you provide. Richard A. San Jose, CA USA For more info […]

Read more »

The Macro Scheduler MacroScript SDK in Python

October 14, 2014 by Marcus Tettmar in Automation, Scripting

Did you know there was a Macro Scheduler SDK? It allows you to run Macro Scheduler code from right within your own apps. You can run and interact with MacroScript code within VB, C++, C#, Delphi, VBScript … or any other programming language which lets you use a COM object or Win native DLL. It […]

Read more »

Detect Which Web Page IE Is On – Keep It Simple

August 8, 2014 by Marcus Tettmar in Automation, Scripting

Today we had two different support requests asking how to have a Macro Scheduler macro determine which page IE is on. One person was asking about using Image Recognition for that. You could also use the IE functions to examine the HTML or look for the existence of a specific HTML element. You could do […]

Read more »

Automating Facebook and other Web Apps via Zapier

June 19, 2014 by Marcus Tettmar in Automation

A while back someone was looking for a way to post from a macro to a facebook page. A few methods were mentioned. There’s another one which is easy and reliable and that is to use Zapier.com. I’ve made a video here to demonstrate how to set it up: But this demonstrates a lot more […]

Read more »

Why doesn’t SHIFT-ESC stop my compiled macros?

March 27, 2014 by Marcus Tettmar in Automation, Scripting

You might find that when you run a compiled macro and you also have Macro Scheduler running, Shift-Esc – the default stop key sequence – doesn’t stop the compiled macro. This is because the stop key sequence is a system wide hot key. And system wide hot keys can only be registered for use by […]

Read more »

Macro Scheduler 14.1 Available

March 17, 2014 by Marcus Tettmar in Announcements, Automation, Macro Recorder

Macro Scheduler 14.1 is now available. Here’s a summary of changes in Macro Scheduler 14.1: New UI Automation functions for manipulating “Accessible” objects (UI Automation Elements). New FindObject Wizard for locating objects, detecting accessible elements and outputting code to manipulate them. Support for HTML email in SMTPSendMail New HTMLViewer component for custom dialogs Macro Recorder […]

Read more »