Getting Started Tutorial

Follow these steps to build your first RPA bot in under 3 minutes.

Step 1: Installation

Download and install the AppRobotic Designer on your Windows machine.

Step 2: Your First Script

import approbotic
# Simple UI Automation
app = approbotic.connect("Notepad")
app.type("Hello World!")