Captcha Recognition Result Missing in CodeCreator

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

zenfreak

Client
Регистрация
21.08.2013
Сообщения
249
Реакции
12
Баллы
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
taqjtjA.jpg


This is what I am looking for:

X9prEQJ.jpg
 
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
 
Последнее редактирование:
you can do that in element tree pannel by clicking right mouse button on the element
 
  • Спасибо
Реакции: zenfreak
@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 :)
 

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