If CAPTCHAs happen to show up on the page, we provide two functions to help you handle them: captcha_exists and wait_for_captcha.
You can also use solve_captcha to solve the CAPTCHA automatically.
from optexity import Optexityoptexity = Optexity(api_key="your-api-key")optexity.goto("https://www.google.com/recaptcha/api2/demo")optexity.wait_for_captcha() # wait for the CAPTCHA to finishoptexity.solve_captcha() # solve the CAPTCHA