Skip to main content
Question

Auto Launch Safari to a specific webpage

  • October 23, 2012
  • 2 replies
  • 21 views

Forum|alt.badge.img+3

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

Forum|alt.badge.img+18
  • Honored Contributor
  • October 24, 2012

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
Forum|alt.badge.img+20
  • Jamf Heroes
  • October 24, 2012

If you specify Safari then it should open with Safari:

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