Recaptcha V2 - Modify module (How to?)

  • Автор темы Автор темы Elian
  • Дата начала Дата начала

Elian

Новичок
Регистрация
28.08.2017
Сообщения
4
Реакции
0
Баллы
1
Hi
How to modify Recaptcha V2 module to click first on "Get a new challenge" (Refresh)?
First time captcha shows incomplette (image attatched)

rec.jpg


After Refresh, it shows normal, but the first time shows imcomplete windows of recaptcha.

Please help me..
thanks!
 
с#
Код:
Развернуть Свернуть Копировать
instance.ActiveTab.FindElementByAttribute("button","id",@"recaptcha-reload-button","regexp",0).RiseEvent("focus","full");
System.Threading.Thread.Sleep(50);
instance.ActiveTab.FindElementByAttribute("button","id",@"recaptcha-reload-button","regexp",0).RiseEvent("click","full");
 
Where do I have to paste this code?
 
ZennoPoster does not have this problem, it always displayes full recaptcha2 image.
 

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