Ok so I am in the process of making a bot, and I am having the hardest time pulling the captcha from the HTML.
The program is using a traditional WebBrowser control.
I've tried getting it by element tag "img". No luck. I see the image on the browser, but when I have the program list all elements by tag "img" it doesnt even show the img url which I am clearly looking at in the source.
Any methods for extracting that still work?
EDIT: READ MY BELOW POST.
The program is using a traditional WebBrowser control.
I've tried getting it by element tag "img". No luck. I see the image on the browser, but when I have the program list all elements by tag "img" it doesnt even show the img url which I am clearly looking at in the source.
Any methods for extracting that still work?
EDIT: READ MY BELOW POST.
Last edited: