Auto Launch Safari to a specific webpage

grp44
New Contributor II

I need to auto launch Safari to a specific webpage every time a user logs in. What is the best way to go about this with Casper. I have created an Automator app and manually copied it to the drive and set it as a login item. I have also created a .sh script that I can also manually copy to the login items. How can i do this through Casper without manually putting the script or app on each computer?

2 REPLIES 2

rderewianko
Valued Contributor II

Create a new policy with a trigger of login.
execution frequency: Ongoing
in the advanced tab, in the run command dialog box put: open <inserturlhere>

mind you this will open it up in the default browser not just safari.

alternatively, upload the login script you have, and have casper run it as a script.

chris_kemp
Contributor III

If you specify Safari then it should open with Safari:

#> open /Applications/Safari.app http://www.whateversite.com