Mouse click event using Apple Script

set “Google” as Home page for test this application…

tell application “Safari”
activate
tell application “Safari”
run
tell application “System Events”
tell process “Safari”
click at {50, 100}
end tell
end tell
end tell
end tell