zenfreak Client Регистрация 21.08.2013 Сообщения 249 Благодарностей 12 Баллы 18 26.04.2017 #1 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:
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 Благодарностей 12 Баллы 18 07.05.2017 #2 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 Последнее редактирование: 07.05.2017
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 10.05.2017 #3 you can do that in element tree pannel by clicking right mouse button on the element Реакции: zenfreak
zenfreak Client Регистрация 21.08.2013 Сообщения 249 Благодарностей 12 Баллы 18 11.06.2017 #4 @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
@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