Recaptcha V2 - Modify module (How to?)

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!
 

__Maks

Client
Регистрация
03.10.2016
Сообщения
349
Благодарностей
72
Баллы
28
с#
Код:
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");
 

Elian

Новичок
Регистрация
28.08.2017
Сообщения
4
Благодарностей
0
Баллы
1
Where do I have to paste this code?
 

__Maks

Client
Регистрация
03.10.2016
Сообщения
349
Благодарностей
72
Баллы
28

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 222
Благодарностей
5 843
Баллы
113
ZennoPoster does not have this problem, it always displayes full recaptcha2 image.
 

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