- Регистрация
- 29.01.2012
- Сообщения
- 156
- Благодарностей
- 6
- Баллы
- 0
I have a template that is working well, but I am getting a lot of captcha errors.
When the captcha is wrong I get a message "invalid entry for captcha".
I'm new to this but I think I need to parse the text on the page, use regex to look for that text, if it's found retry captcha if not finish process?
I should also have a counter in there so it can exit the loop if it gets stuck.
Is this the best way to do this and is it possible one of you maybe do a lesson on this?
I am sure many could use this info and I have been unable to find a video lesson for it.
When the captcha is wrong I get a message "invalid entry for captcha".
I'm new to this but I think I need to parse the text on the page, use regex to look for that text, if it's found retry captcha if not finish process?
I should also have a counter in there so it can exit the loop if it gets stuck.
Is this the best way to do this and is it possible one of you maybe do a lesson on this?
I am sure many could use this info and I have been unable to find a video lesson for it.