API error type
Driver error
HTTP 502 · https://errors.driftstack.dev/driver-error
What it means
The browser driver reported a failure executing the operation (e.g. the selector matched nothing, or the page navigated mid-action).
How to fix it
Check the `detail` for the driver message. Verify selectors against the live page state (`GET /v1/sessions/{id}/state`) and retry.
Where it appears
In the type field of the RFC 9457 application/problem+json error body, alongside title, status, detail, and an instance correlation id.