Safari: Save current page

Save screen pops up and allows you to choose name, location and format to save.

--Save Current Safari Page
tell application "System Events"
tell process "Safari"
keystroke "s" using command down
end tell
end tell