|
-
April 19th, 2003, 11:42 AM
#1
Programmatically Populate HTML Page
How do you programmatically go to a specific web page, populate an HTML textbox with text (or select a control to a specific value, etc.) and simulate clicking a button all in C#? The page can be anywhere on the internet.
It is pretty simple to nagivate to a specific page with HttpWebRequest, but how do you set the value of specific components, or at least simulate a submit button click? I'm specifically talking about pages that POST their request.
Do you have to manually create the POST request? Is it possible to programmattically click a submit button?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|