Arithmetic expression Captcha Automation

A website that asks for a numerical captcha, such as “3+2,” is one that I’d want to automate. Please help me to automate this process.

Thanks

@chandrakala.productanalys

Hi,

Use Get text activity to extract this capatcha,if it doesn’t work use cv get text or ocr text .

I hope it help you

Hi @chandrakala.productanalys

By Using Get Text Activity get the captcha later use string manipulation by split of + then add it.
or by using regex also you can split.

I hope it helps!!

Hi @chandrakala.productanalys

Use get text activity or get ocr text to get the text based on the captcha.

Use string manipulations to perform the addition.

Hi @chandrakala.productanalys

Check in the sequence xaml

PowerBills.zip (1.4 MB)

Hope it helps!!

I have limited knowledge about regular expressions. Could you please recommend a video that covers the activities mentioned earlier?

Thanks

@chandrakala.productanalys

Go through this

I am grateful for your assistance, and I appreciate your support. I am currently working on the task with your guidance.

I think that the webpage was temporarily down or it may have moved permanently to new one. Any other reference pls…

Thanks

@chandrakala.productanalys

https://youtube.com/playlist?list=PLhTE7-JU1rhbi2p9b3Ejy8lvcMdPKF4Pk

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.