ScreenScraper Studio is a development tool that lets you visually explore screen scraping and UI automation options tailored for your particular scenarios.
- Define the screen regions or GUI controls you want to interact with by simply hovering over them. Studio will highlight the underlying control to give you a visual clue.
- Generate a plain text selector to uniquely identify control on different runs of the executable that creates it. Edit selector and highlight the control pointed by modified selector.
- Extract the plain text out of the selected controls and screen regions. Pick up the best screen scraping method for a particular case or just let you easily see the output of all of them.
- Offer individual wizards to automate various actions you can perform on a GUI control. Click, Write text, Check a radio or checkbox, Wait a window to appear, Select an item in combo or a list are available.
- Generate scripts (javascript language) that automate screen scraping of the region or controls you defined and output the results to a text file.
- Generate scripts (javascript language) that perform automatically the actions you want on a control.
- Set the number of times you wish to run the script for your screen scraping scenario and the time frame at which you want to repeat the screen scraping or simply set a key combination to recall the script manually.
- Generates C++, C#, VB.Net, VB6 and Delphi source code that implements the scraping and automation scenario you need.
Since a picture is worth 1000s words here is what you get: