We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84e0b4 commit f0559fcCopy full SHA for f0559fc
commands/apps/deepl/deepl-app-translate.applescript
@@ -47,7 +47,7 @@ on run translate
47
end if
48
49
tell application "System Events"
50
- set value of text area 1 of group 4 of UI Element 1 of scroll area 1 of group 1 of group 1 of window "DeepL" of process "DeepL" to inputText
+ set value of text area 1 of group 3 of UI Element 1 of scroll area 1 of group 1 of group 1 of window "DeepL" of process "DeepL" to inputText
51
end tell
52
53
if copyResultToClipboard is true then
0 commit comments