captcha solving of desktop app

Asked by vicky singh

I am automating an desktop app but i am not able to put captcha solving on automation using sikuli is there away that captcha will be solved i cant integrate captcha solving api in it

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

--- i cant integrate captcha solving api in it
what api are you talking about?

Revision history for this message
RaiMan (raimund-hocke) said :
#2

not clear

Revision history for this message
vicky singh (aaronali43143) said :
#3

bro there iscaptcha in app
http://gyazo.com/f28a5a7efa9f5f07bb938863ec34f7cd
i want to automate this captcha proccess thru sikuli is there any possible way?

Revision history for this message
Roman Podolyan (podolyan-roman) said :
#4

While it is possible to develop some script using text recognition engines like Tesseract, it's impractical, because automated captcha solving fails big time.

You know, it's competition of attack and defence robotic technologies - spammers develop better captcha solvers for their case, and programmers develop even more unsolvable captcha engines.

Revision history for this message
RaiMan (raimund-hocke) said :
#5

captchas generally cannot be automated by Sikuli, since they cannot be "read" by Sikuli (which is the intention of captchas ;-)

The only posible support is to use the input() feature, to tell Sikuli, what you have read and then Sikuli can paste() the text for you into the input field.

Can you help with this problem?

Provide an answer of your own, or ask vicky singh for more information if necessary.

To post a message you must log in.