Hey,
I'm currently trying to write a script to automatically connect to another computer on my local network.
this is the script so far:
I was hoping someone could help me get applescript to select the radio button that says connect "by asking for permission" and then hit return.
here's what it looks like:
thanks in advance
I'm currently trying to write a script to automatically connect to another computer on my local network.
this is the script so far:
Code:
tell application "Screen Sharing"
activate
tell application "System Events"
keystroke "kiryns-laptop.local"
keystroke return
end tell
end tell
I was hoping someone could help me get applescript to select the radio button that says connect "by asking for permission" and then hit return.
here's what it looks like:
thanks in advance