Captchas

Solve image captcha

Solves an image captcha using XPath selectors

post/v1/sessions/{sessionId}/captchas/solve-image

Path parameters

sessionIdstring uuid required

Session ID

Request body

imageXPathstring required

XPath to the captcha image element

inputXPathstring required

XPath to the captcha input element

urlstring

URL where the captcha is located. Defaults to the current page URL

Response

Default Response

messagestring

Response message

successboolean required

Whether the action was successful

Changes

Changed in 5 of the 54 revisions of this API.325

    • request body became required

      request-body-became-required

    • added the pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ to the path request parameter sessionId

      request-parameter-pattern-added

    • for the path request parameter sessionId, the format changed from no format to uuid

      request-parameter-type-changed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • endpoint added

      endpoint-added