Dear frnds,
i want autofile web page load given time and cature captca any one help
Regards
Kumaran P
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilesh JadavPosted May 5, 2017, 10:45 PM
Refer this link :
http://stackoverflow.com/questions/15447864/open-webbrowser-auto-complete-form-components-and-submit
For captcha you can do like this :
If you know the id of the captcha element for a certain website you can get it's src attribute and download from the url.
Here is an example of a captcha img in a div tag with the id "recaptcha_image".
Here is an example of how to get the image with a windows forms browser:
Dharmraj ThakurPosted May 8, 2017, 1:46 AM