I have a task that needs to open a dynamically created URL.
Currently, the value of the URL is:
https://cse.ccsas.ca.gov/cse/CSEWEB/...8&conv_id=none
but it will change every day.
The NAME of the control is constant however.
How do I:
a) stop the url from spawning a new window in the task
b) click on the control by NAME based on the window name rather than the URL?
1 Click on 'Daily_Suspended_Collections_Report_by_Responsible _Entity' link in the webpage 'CCSAS-CSE - Reports View List'
2 Delay: (500 ms)
3 Wait for Window to Open ("CCSAS-CSE - View Reports*") (Wait up to 3000 seconds - for Window to Open)
4 If Window Does Not Exists("CCSAS-CSE - View Reports*") Then
5 Message Box: "Download Cannot Find the Window to view the FIN201 CSV
$CallPhil$"
6 Stop The Current Task
7 End If
8 Delay: (500 ms)