Category: Automation

Will robotic process automation take your job away?

March 28, 2018 by Marcus Tettmar in Automation, General, Macro Recorder

TLDR: No! That’s not what we’re here for. Robotic process automation is here to help you. We often get called in to help a company automate a process. Many times this involves automating something that an end-user does. To make macros that make their job easier, less painful, and make them more productive. Initial Resistance […]

Read more »

Screen Scraping with Macro Scheduler [Update]

March 23, 2018 by Marcus Tettmar in Automation

What is Screen Scraping? Screen Scraping is a term used to describe the process of a computer program or macro extracting data from the display output of another application. Rather than parsing data from the database or data files belonging to an application, Screen Scraping pulls the data from the screen itself, extracting data that […]

Read more »

Finding Window Titles You Cannot See

September 15, 2016 by Marcus Tettmar in Automation, Scripting

Someone emailed today saying they were having problems trying to automate Internet Explorer 11 because it didn’t seem to have a window title. Actually IE11 does have a window title. Each tab has a different window title. But you don’t see the title in the main title bar of the application. By default applications show […]

Read more »

Capture Screen Text using OCR

August 5, 2016 by Marcus Tettmar in Automation, General, Scripting

Here’s a way to get screen text from any application – even from an image – using OCR and a free open source tool called Tesseract. First, you need to download and install Tesseract. You can get it here. Tesseract is a command line utility. The most basic syntax is: tesseract.exe input_image_file output_text_file So you […]

Read more »

How to Run an Access Macro from Macro Scheduler

August 4, 2016 by Marcus Tettmar in Automation, General, Scripting

Recently someone asked in the forums how to “Automatically Detect MS Office Install Location” so that they could run an Access macro. Well, there are ways to get the path of an installed Office application, but it isn’t necessary in order to run an Access macro. This is a rehash of my forum answer: You […]

Read more »

Why it’s Good to Automate [Repost]

July 12, 2016 by Marcus Tettmar in Automation, General

This is a repost from 2006. One of the best ways to learn to use a software product fully is to try to automate it. Testers and automators have to learn the software’s interface really well, possibly better than the people who wrote it. Ok, the developers know the algorithms better than anyone else, but […]

Read more »

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 »