From: Vasudevan C. <vco...@gm...> - 2018-02-28 18:18:42
|
All, One of the sites use google recaptcha v2. Our application uses HTMLUnit to scrap the contents. Now, they throw recaptcha V2 having the check-box inside a widget. The widget construction happens inside the Javascript. I waited for about 20 secs and read the DOM as XML. I was checking if the div class that I am looking for is available. But it was not. The starting URL is https://verify.naukri.com/captcha?URL=https://resdex.naukri.com:443/v2/search/advSearch%3f The Div class name is "rc-anchor-center-container". Am I doing anything wrong?. I want to click the DIV element. Looking forward to your help and I appreciate your help in advance. Regards Vasu |