Skip to main content

verify

🚨 EXPERIMENTAL 🚨 Clicks a verification button to assert human-like

Example:

mutation Verify {
goto(url: "https://protected.domain") {
status
}

verify(type: cloudflare) {
found
solved
time
}
}
verify(
type: VerifyTypes!
timeout: Float
wait: Boolean = true
): CaptchaResponse

Arguments

verify.type ● VerifyTypes! non-null enum

An enum of the type of captcha to look for and solve

verify.timeout ● Float scalar

A time, in milliseconds, to wait for a verification to appear. Only valid when wait = true. Default timeout is 30 seconds, or 30000.

verify.wait ● Boolean scalar

Whether or not to wait for the verification to be present on the page

Type

CaptchaResponse object

Response returned after a captcha has been solved