|
From: jp l. <jp....@gm...> - 2017-08-11 08:59:13
|
Hi There,
I am trying to reach a recaptcha image ... but I can't.
Any ideas?
try (final WebClient webClient = new WebClient(BrowserVersion.getDefault())) {
final HtmlPage home =
webClient.getPage("http://www.bcra.gov.ar/BCRAyVos/Situacion_Crediticia_CUIT_CUIL.asp");
final HtmlImage captchaImg =
home.getFormByName("form").getFirstByXPath("//*[@id=\"recaptcha_challenge_image\"]");
}
captchaImg is null ..
thanks in advance !
|