Updated August 21, 2026
Web
Velo drives web UIs through a real browser in the execution container. Chromium, Firefox, and WebKit are pre-installed on both Web images.
| Kind | UI |
| Remote | Yes |
| Engines | Robot Framework (robot-web), Playwright |
| Browsers | chromium (default), firefox, webkit |
| Planned on this client | SAP Fiori |
Robot Framework
Image robot-web. Suites import Robot Framework Browser Library (Playwright-based). Zip must contain at least one .robot file.
Pass the browser as params.browser on the execution, or rely on the default (chromium).
Playwright
Image playwright. Suites are standard Playwright projects (.spec.ts / .spec.js). If the zip includes playwright.config.ts, Velo uses it except for reporters and output paths.
Pass params.browser, optional params.base_url, and params.workers.
Client runtime
- Browser version is pinned to the image. Pick the engine version that matches local development.
- Video is captured for the session. Secret values typed on screen can appear in the recording.
- Reach a private web app with a tunnel. There is no Web-specific router.