How to solve multiple captcha on pages?

krisztos

Client
Регистрация
28.06.2014
Сообщения
175
Благодарностей
8
Баллы
18
I have some template that is really the same for many urls - they would be working just fine if not the captcha recognition field which is a little, but different in every case - what's the best way to process those so I will not get bad answer in result field as in case of running the recognition one after another:

 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
Your attributes are totally inaccurate if you wanna cover several URLs. You search for captcha images by nymber of match. that means that if page has different structure, captcha image will have different nymber.
Try to identify other attributes. For example src and use something like (captcha|code|question) there depends on type of captchas
 

krisztos

Client
Регистрация
28.06.2014
Сообщения
175
Благодарностей
8
Баллы
18
Ok, I tried to make one that would fit them all, but can I leave other fields (document, form, match) just empty? - these are also changing, and despite using regex I stiill cannot fit it for most of those captchas:

 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
Set -1 there
 

krisztos

Client
Регистрация
28.06.2014
Сообщения
175
Благодарностей
8
Баллы
18

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
match number = 0
 

krisztos

Client
Регистрация
28.06.2014
Сообщения
175
Благодарностей
8
Баллы
18

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
Check your PM :-)
 

Кто просматривает тему: (Всего: 2, Пользователи: 0, Гости: 2)