In VBScript I want to do the following:
1. Open windows internet explorer
2. Goto a URL
3. Wait for URL to load
4. After URL is loaded, find a certain URL link id in the html of the page from step 3.
5. Click the link.
I can do step 1, 2, 3. But can't seem to get step 4 &5. Any help with an example possible? Thanks, BennyBB
1. Open windows internet explorer
2. Goto a URL
3. Wait for URL to load
4. After URL is loaded, find a certain URL link id in the html of the page from step 3.
5. Click the link.
I can do step 1, 2, 3. But can't seem to get step 4 &5. Any help with an example possible? Thanks, BennyBB