I want to get the current captcha that is displayed on a website. An example of this would be http://top100arena.com/in.asp?id=58978
How would I get the image link of the captcha that is displayed other than right clicking - > open image in new page?
By doing 'inspect element' on the page, I can see the captcha URL, but the viewing the source code won't do that for me.
The issue with parsing reCAPTCHA Security Check (required to complete the form) is that the captcha changes every time you visit that url, so it won't be the original image from the first time you visited the page with the captcha. I need to be able to view the contents of an inspect element in java.