Hi Everyone,
I’m automating one public website and I noticed bot is encountering CAPTCHA (Asking bot to select Images after clicking on I’m not a robot).
Anyone knows how to resolve this issue?
please help
Hi Everyone,
I’m automating one public website and I noticed bot is encountering CAPTCHA (Asking bot to select Images after clicking on I’m not a robot).
Anyone knows how to resolve this issue?
please help
Its there to explicitly block you from RPA. You should respect that and not automate it, you can easily be violating their TOS, if you think not contact them explaining your use case and ask for the captcha to be removed.
Adding to @Jon_Smith’s post above, perhaps they offer API access as an alternative.
I agree with Jon’s point.
However, if you’re just exploring capabilities on a public website, you can try Semantic Selector or Screenplay and see how they perform in this scenario.
Thanks