Me preguntaba si alguien podría ayudarme con un script que copiaría un rango de datos que se actualiza constantemente en las hojas de Google. El sitio estaría abierto y activo en Safari. Así que no estaba seguro si necesitaba mandar activar. Este fue mi intento, pero sé que no estoy haciendo bien la parte de Safari.
'tell application "Safari"
select worksheet "Sheet1"
select range "a1:h1" of worksheet "Sheet1"
tell application "System Events" to keystroke
"c" using command down
tell application "Safari"
end tell