Advanced Features

Address list

Choose between a Safari Bookmark Group or a manually managed list. When using your own list, you can import an address list stored on a remote server.

Import Addresses

The file must be an Apple 'PropertyList' and should have the following structure:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>UserSiteAddresses</key>
   <array>
      <dict>
         <key>URLString</key>
         <string>http://www.apple.com/</string>
         <key>TimerDelay</key>
         <real>0.0</real>
      </dict>
      <dict>
         <key>URLString</key>
         <string>http://www.nikeplus.com/</string>
         <key>TimerDelay</key>
         <real>10.0</real>
      </dict>
   </array>
</dict>
</plist>

The value associated to the key TimerDelay stands for the duration (in seconds) SiteCapture will wait (after having loaded the page) before saving an image of the page (for Flash-based sites).

Updated: September 22, 2008