Hi Folks,
I'm starting to automate some intranet tasks using PBWIN. Never program intranet/internet applications, so your help is much appreciated.
I need to open intranet page http://thispage:55555/ ... using authorization.
The page contains a list of URL to be re-processed i.e. clickable links. The main job is to process (click on) those links. Once link clicked, it disappears from the page. Process continues until all links clicked.
Step by step:
1. Open page with login and password
2. Get all links from page
3. for i =1 to link_count
4. click link(i)
5. refresh browser/main page
6. next
7. Close session
Thank you,
Aslan.
I'm starting to automate some intranet tasks using PBWIN. Never program intranet/internet applications, so your help is much appreciated.
I need to open intranet page http://thispage:55555/ ... using authorization.
The page contains a list of URL to be re-processed i.e. clickable links. The main job is to process (click on) those links. Once link clicked, it disappears from the page. Process continues until all links clicked.
Step by step:
1. Open page with login and password
2. Get all links from page
3. for i =1 to link_count
4. click link(i)
5. refresh browser/main page
6. next
7. Close session
Thank you,
Aslan.
Comment