Hello Everyone,
I am working on unattended bot, which interact with third party application and extracts the required information. But for one of the third part i am getting following window.
Any idea how i can bypass this ??
Hello Everyone,
I am working on unattended bot, which interact with third party application and extracts the required information. But for one of the third part i am getting following window.
Any idea how i can bypass this ??
The website is clearly restricting bots. You should be taking permission from the platform before automation of such sites.
Once you take the permissions, you can use semantic selector for this while indicating the UI element. This will work on latest studio only.
Hi @AJ11
Unattended bots cannot bypass CAPTCHA request the third party to disable CAPTCHA for your bot’s IP/user. you can use a human-in-the-loop approach (but usually not recommended for unattended).
Happy Automation