Creating Tests (UI)
The platform offers three ways to create UI tests: the Super Wizard (guided), the Advanced Editor (manual), and direct YAML editing.
YAML Test Format
Proofarc UI tests are defined in simple YAML — no page objects, no framework boilerplate. The same YAML runs on both Selenium and Playwright for cross-engine browser compatibility testing.
Actions Reference
Complete reference for all supported actions in YAML-based UI tests.
Credential Injection
UI tests log into the application under test using the {}/{{password}}
Visual Element Picker
How to use the click-to-select element picker in the UI Test wizard, what it does smarter than `document.elementFromPoint`, and when to fall back to typing a selector by hand.
UI Test Suites
Group multiple UI tests into a suite for batch execution against an environment.
Tips & Gotchas
A living list of lessons learned writing real tests against Proofarc's own
Crawler & Discovery
The crawler discovers pages and elements on a target site so the wizard (and you) can build tests against real selectors instead of guessing. This page explains how the engines differ, when to pick each, how authenticated crawling works, and the full API surface — everything testers need to operate the crawler without reading the source.