Environment
🎭
Browser Lib
Playwright / RF
🖥
VPS Runner
cat + /run API
SeleniumLibrary — PyCharm / local RF. Install: pip install robotframework robotframework-seleniumlibrary. Run: robot script.robot
Browser Library (Playwright) — Install: pip install robotframework-browser && rfbrowser init. Run: robot script.robot
Docker — headless script + docker run command using ppodgorsek/robot-framework.
VPS Runner — generates the cat > /path/script.robot << EOF terminal command + the JSON body for POST /run.
n8n HTTP Request — script saved via cat on VPS + n8n workflow JSON with HTTP Request node calling /run.
Describe the Automation
💡 Name buttons, fields, input values. The more specific, the better the script.