SolveOptions
Properties
| Property | Type | Description |
|---|---|---|
timeout? | number | A 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? | CaptchaType | An enum of the type of captcha to look for and solve. If not provided, auto-detection will be used. |
wait? | boolean | Whether or not to wait for the Captcha to be present on the page Default true |