Captcha Recognition Result Missing in CodeCreator

zenfreak

Client
Регистрация
21.08.2013
Сообщения
249
Благодарностей
11
Баллы
18
I am trying to record a template with CC and after I select "This is Captcha" I cannot find the "Captcha Recognition Result" menu as is ProjectMaker


This is what I am looking for:

 

zenfreak

Client
Регистрация
21.08.2013
Сообщения
249
Благодарностей
11
Баллы
18
Still having this issue in 5.11.0.0 Am I doing it wrong?

I'm currently solving this by manually addind the captcha response code like this:

Код:
he = instance.GetTabByAddress("page").GetDocumentByAddress("0").FindElementByTag("form", 0).FindChildByName("recaptcha_response_field");
    he.SetValue(res, "Middle", false);
I'm not lazy but this could be also generated like everything else so I consider this either a bug or a Enhancement request
 
Последнее редактирование:

enrc66

Client
Регистрация
12.10.2013
Сообщения
89
Благодарностей
8
Баллы
8
you can do that in element tree pannel by clicking right mouse button on the element
 
  • Спасибо
Реакции: zenfreak

zenfreak

Client
Регистрация
21.08.2013
Сообщения
249
Благодарностей
11
Баллы
18
@enrc66 Didn't know that, thanks for the heads-up

PS: Still, would be nice to have it on right clicking the element itself same as the ProjectMaker does :-)
 

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