New CAPTCHA details in API docs & SDKs
We now ship the captchaImageSelector
and captchaInputSelector
browser settings in the API docs and in the SDKs!
const sesssion = await bb.sessions.create(body: {
projectID: BROWSERBASE\_PROJECT\_ID,
browserSettings: {
captchaImageSelector: "",
captchaInputSelector: "",
}
});
We also now have two new versions of our SDKs with a lot of internal improvements!
-
Node: v2.6.0: https://www.npmjs.com/package/@browserbasehq/sdk/v/2.6.0
-
Python: v1.4.0: https://pypi.org/project/browserbase/1.4.0/
Read more: https://docs.browserbase.com/features/stealth-mode#custom-captcha-solving