Quiero seleccionar solo los elementos de texto en una diapositiva utilizando Apple script.
tell application "Keynote"
activate
tell front document
tell slide 1
select (every text item)
end tell
-- save
end tell
end tell
Sigo recibiendo el siguiente error:
error "Keynote got an error: every text item of slide 1 of document 1 doesn’t understand the “select” message." number -1708 from every text item of slide 1 of document 1
Cualquier ayuda sería muy apreciada!