How to skip or overcome text or image captcha in automation, can anyone help me out?

Can anyone enlighten me how to skip text or image captcha in automation, here I have used the tool Katalon Studio. For test they have given me the basic amazon site’s URL, when I access it from the browser like a normal user, the captcha is not visible, but from the tool its visible all the time.

How to skip this captcha and complete the task, I have been facing this difficulty over several interviews and all the time I have failed. Can anyone help me out with it. Sharing the recoding below

Video - https://www.loom.com/share/5cc2b5fce25e4a77a9b2cf3a4c7f4cd6?sid=eb735909-20ef-42ea-bc6f-36efd8e7399b

3 Likes

Hi.

I can’t help with your problem sorry, but how are you finding Katalon ? You don’t hear it mentioned much.
I’ve had a dabble with it (as an automation novice) and found it pretty good.

1 Like

The point of captcha is for it to not be automatable. In order to bypass captcha’s, you’re going to have to do things like:

  • disable it on your test environment
  • create a custom header to bypass it on the test environment (this is probably the best so you can still manually test it and it doesn’t need to be toggled)
1 Like

thanks let me try this solution, I will let you know whether it worked or not

1 Like

for shortcut its handy, but in the long run it not. The free version doesn’t have much option available now, at the beginning there was much option to explore. As the market is getting competitive its better to go for framework, where you can understand and can code like a coder.

1 Like