groups

info


tags: applescript,littlesnapper,snap,web,snapweb

Link to this snippet:


Download to Code Collector

language: AppleScript
licence: Other

LittleSnapper_snapWeb

options: send to code collectorview all seydoggy's snippets
-- This script launches LittleSnapper
-- <http://realmacsoftware.com/littlesnapper/>
-- and tells it to snap the current web page

-- By Adam Merrifield <http://www.seydoggy.com>
-- r4 10-08-09 08:12 (removed delays)

tell application "LittleSnapper" to activate
tell application "System Events"
	tell process "LittleSnapper"
		click menu item 1 of menu "Capture" of menu bar 1
	end tell
end tell