How to use Stealth Mode for CAPTCHA solving and anti-bot avoidance.
The selector for the captcha image element
Right-click on the captcha image and select 'Inspect' then pull the 'id' from the HTML source code of the image
c_turingtestpage_ctl00_maincontent_captcha1_CaptchaImage
The selector for the input field where the solution should be entered
Right-click on the input field and select 'Inspect' then pull the 'id' from the HTML source code of the input field
ctl00_MainContent_txtTuringText
Configure your browser settings with these selectors
solveCaptchas
to false
in the browserSettings
when creating a session.