For AI agents: a documentation index is available at /llms.txt
Skip to main content

SolveOptions

Properties

PropertyTypeDescription
timeout?numberA time, in milliseconds, to wait for a captcha to appear. Only valid when wait = true. If a captcha is found then this timer doesn't have an effect on timing-out the solve Default timeout is 30 seconds, or 30000.
type?CaptchaTypeAn enum of the type of captcha to look for and solve. If not provided, auto-detection will be used.
wait?booleanWhether or not to wait for the Captcha to be present on the page Default true