Error handling on captcha image

Hello every one I am working on a project on web data scraping where I have successfully captured the captcha image and enter the text into the field but I can’t able to re enter the after getting the error I am using retry scope activity but it’s not working

This is the over view
Sequence

  • Enter Data
  • Click Submit Button
  • Retry Scope
    • Element Exists (Check for error message indicating captcha failure)
    • Type Into (Enter Captcha)
    • Click Submit Button Again
  • If (Check if submission was successful)
    • Continue with the next steps
  • Else
    • Retry or handle the situation as needed

Hi @Shaik_Abdul_Nadeem

If you are using modern activity then

In the retry scope use check App State
Target Appear
Use get text
Target does not appear
handled the situation

Hope this helps you

Hi @Shaik_Abdul_Nadeem,

Welcome to community.

If you share your workflow and the error you’re encountering, you can receive more assistance.

Regards,
MY

Hi @Shaik_Abdul_Nadeem ,
This captcha is simple, you can take screen short then read text by get text from image
or
get text ocr
regards,