Posted on 10-23-2012 12:15 PM
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?
Posted on 10-23-2012 06:02 PM
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.
Posted on 10-24-2012 08:28 AM
If you specify Safari then it should open with Safari:
#> open /Applications/Safari.app http://www.whateversite.com