Skip to main content
Version: 10.3.1

View automation examples

Welcome to Examples Library

This page will help you to get started with automation.

Download examples (scripts) that show bot execution in different automation scenarios.

Each example contains reusable components, which will help you to start your automation today as 1-2-3. 

  1. Select an interesting example and download it. 
  2. Import it in Recorder and see automation in action. For more information, see adding recording.
  3. Use the whole scripts or reusable components for your own automation. 

Web automation

TitleDescriptionComplexityQuick link
TranslationThe bot gets a list of English words or phrases from a spreadsheet, translates them into Spanish online in Google Translate, and saves the translated words/phrases back to the spreadsheet.(star)Download
Craigslist searchThe bot conducts a search on Craigslist and saves the top results to a spreadsheet.(star)(star)Download
Web scraping U.S. Securities and Exchange commissions siteThe bot allows to collect press releases from the U.S. Securities and Exchange commissions site for the latest seven days without any manual intervention. As a result, you will receive a file with the links to press releases to your email. (3 reusable components)(star)(star)Download
Table scrapingThe bot opens a website with a table, selects a table, and copies and pastes it into an Excel file.(star)(star)Download
Report generation and disseminationThe bot grabs data from input log files in the JSON format, puts the data to the online json-to-csv converter, transfers results to a CSV file, and adjusts the file to look properly. Finally, the file is saved in the XSLX format and sent to specified persons. (5 reusable components)(star)(star)(star)Download
Contacts recognition and upload to SalesforceThe bot processes business cards according to predefined templates, collects all the recognized contacts in a CSV file, and uploads to your Salesforce account. (3 reusable components)(star)(star)(star)Download

Desktop automation

TitleDescriptionComplexityQuick link
ReconciliationThe bot uses Adobe Reader to convert PDF files to TXT, as for machine processing we have to use a format that we can read and extract information from for further work. The next big step is data processing and their transfer to an Excel file. In this step, we copy all the necessary information into the appropriate columns in the template and set the status for the current transaction. (5 reusable components)(star)(star)(star)Download
Creating and posting incoming invoice in SAPThe bot opens the SAP GUI desktop client, logs in, fills in all required fields, and posts the invoice. (3 reusable components)(star)Download
Invoice registration in SAP (MIRO)The bot scrapes the required information from invoices using optical character recognition and posts it to your SAP system. (2 reusable components)(star)(star)Download