I would like to setup a task within task scheduler to do the following:
at a certain time every day, open a web browser at a certain URL and then execute some javascript against that page.
I know you can execute some JS via the address bar by going to the url of 'javascript:someFunction()' but I don't know if it's possible to string these commands together and how to do it.