- Регистрация
- 27.06.2013
- Сообщения
- 56
- Благодарностей
- 2
- Баллы
- 8
I am trying to make and if statement for a captcha that only shows sometimes at Godaddy when bulk searching for domains.
(http://au.godaddy.com/bulk-domain-search.aspx)
The problem is, the text to be recognized is to signal that a captcha showing is always in the page source. This is because the captcha shows in a javascript popup. When the captcha is triggered it doesn't reload the page, it just show's the text that's already in the source in a javascript popup (see screenshot).
How can get presence checking for this captcha to work?
Right now the check for the captcha text presence always resolves to true, even if the text is not on the page and just in the source.
(http://au.godaddy.com/bulk-domain-search.aspx)
The problem is, the text to be recognized is to signal that a captcha showing is always in the page source. This is because the captcha shows in a javascript popup. When the captcha is triggered it doesn't reload the page, it just show's the text that's already in the source in a javascript popup (see screenshot).
How can get presence checking for this captcha to work?
Right now the check for the captcha text presence always resolves to true, even if the text is not on the page and just in the source.
