Automatically populate textbox in external webpage

  • Thread starter Thread starter MarkusJNZ
  • Start date Start date
M

MarkusJNZ

Hi, I have a bunch of domains which I need to submit to google.

I want to be able to prepopulate the url textbox at www.google.com/addurl
and then all I need to do is enter the CAPTCHA code to submit the
website.

Does anyone have any pointers on how I can go about doing this?

Thanks in advance
Markus
 
Markus,

You will have to get the instance of the URL through automation of IE.
Once you do that, you can obtain the Document Object model for the instance
of IE you want to automate, and then set the values on the appropriate
fields.
 
Markus,

You will have to get the instance of the URL through automation of IE.
Once you do that, you can obtain the Document Object model for the instance
of IE you want to automate, and then set the values on the appropriate
fields.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




Hi, I have a bunch of domains which I need to submit to google.
I want to be able to prepopulate the url textbox atwww.google.com/addurl
and then all I need to do is enter the CAPTCHA code to submit the
website.
Does anyone have any pointers on how I can go about doing this?
Thanks in advance
Markus- Hide quoted text -

- Show quoted text -

Thanks Nicholas!
Regards
markus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top