You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the MoreAutomationSamples.scpt, i got a handle on creating connections, but what if i wanted to create a key sequence task?
this was for a connection:
set newConId to add connection protocol "HTTP" name "Google.com" uri "http://www.google.com"
select object newConId
i'm trying to do something like this for the key sequence:
set newConId to add connection protocol "Key Seqeunce Task" name "cliclick k1"
set property value of key "KeySequenceTask" of id newConId to "cliclick t:1"
but i'm getting the error on add connection protocol.
can anyone help me through this?
thanks
The text was updated successfully, but these errors were encountered:
Thank you for reaching out! It is currently not possible to create a "Key Seqeunce Task" via AppleScript. Unfortunately there are no plans in implementing this feature into RoyalTSX. Please consider taking a look into the "Dynamic Folder" feature to get your issue resolved.
in the MoreAutomationSamples.scpt, i got a handle on creating connections, but what if i wanted to create a key sequence task?
this was for a connection:
set newConId to add connection protocol "HTTP" name "Google.com" uri "http://www.google.com"
select object newConId
i'm trying to do something like this for the key sequence:
set newConId to add connection protocol "Key Seqeunce Task" name "cliclick k1"
set property value of key "KeySequenceTask" of id newConId to "cliclick t:1"
but i'm getting the error on add connection protocol.
can anyone help me through this?
thanks
The text was updated successfully, but these errors were encountered: