Back to Registry

web.browser.element_visible

AGENTIC

Navigates to a URL via headless browser and checks whether a specific CSS selector is present in the DOM. Catches agents that claim UI actions succeeded but never actually modified the page.

Scorecard

Determinismagentic
Evidence Qualityhard-state
Intended Useeval-and-train
Gating RequiredNo
Permissions
net:browser

Test Fixtures

9 total
TypeCount
Positive3
Negative3
Adversarial3

Metadata

Version0.1.0
Domainweb
Task Typedom_verification
Contributorvr.dev
SourcearXiv:2307.13854

Use in SDK

# CLI
vr verify --verifier web.browser.element_visible --ground-truth '{"order_id": "ORD-42"}'

# Python
from vrdev import verify
result = verify("web.browser.element_visible", ground_truth={"order_id": "ORD-42"})

# API
curl -X POST https://api.vr.dev/v1/verify \
  -H "X-API-Key: vr_live_..." \
  -d '{"verifier": "web.browser.element_visible", "ground_truth": {"order_id": "ORD-42"}}'
Verifier Registry | vr.dev