|
-
Oct 17th, 2011, 01:37 PM
#1
Thread Starter
Addicted Member
Navigate to url and wait.
How do you navigate to a url in a webbrowser and wait for a specific time period like say 30 sec before inputting data into fields in a form? I know how to use WebBrowser1.DocumentCompleted but I don't want to use wait for the complete website to download. There are websites that don't completely download so I don't want to hang up the program.
I tried using Sleep(30000) but that halts the program, it doesn't load the browser for a specific time period.
Tags for this Thread
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
|