All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.wt.sit-wt-runtime.2.1.source-code.install-safaridriver.scpt Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
on run argv
	ignoring application responses
		tell application "Safari"
			open (item 1 of argv)
		end tell
	end ignoring
	tell application "System Events"
		tell process "Safari"
			set frontmost to true
		end tell
	end tell
	-- wait for install dialog
	delay 5
end run




© 2015 - 2025 Weber Informatics LLC | Privacy Policy