Challenges
- 00 — Send Love (priority demo) easy
- 01 — Basic navigation easy
- 02 — Dropdown menu easy
- 03 — Nested submenus medium
- 04 — Hover-only menu medium
- 05 — Modal dialog medium
- 06 — Dynamic content (delayed load) medium
- 07 — Form validation medium
- 08 — Infinite scroll hard
- 09 — Iframe target hard
- 10 — Shadow DOM hard
- 11 — Drag and drop hard
- 12 — Dynamic IDs / changing selectors hard
- 13 — Multi-step wizard medium
- 14 — Tab interface (cross-tab code) medium
- 15 — Captcha-lite (math) medium
- 16 — Slider precision medium
- 17 — Toggle puzzle hard
- 18 — Anchor navigation (long page) hard
Conventions
- Every challenge page contains a
#challenge-goalelement that describes the win condition in plain text. - On success, the page renders
<div id="success" data-challenge="NN">SUCCESS</div>. - Agents pass a challenge by causing that element to appear in the DOM.