Jump to content

Make workflow select a radial button


Recommended Posts

So im working on a very simple workflow to log into another computer in my office

 

Im using this at the moment and it works great

on alfred_script(q)
	tell application "Screen Sharing"
		open location "vnc://elisa.local"
	end tell
end alfred_script

this launched the application and a connection to where I want, but now I want to make it click the first radio button which reads "Request Permission" and click go, I know its nitpicky but its something I do everyday multiple times to help a co-worker

 

I understand that I need to find the identifier, so I got the accessibility inspector and tried to figure it out from there, but Im pretty lost on that.

 

I will include a screen shot of the box and the accessibility inspector output (which im not sure im using it correctly)

 

Any suggestions or guidance would be great as Im sure if I can get this problem complete I would be able to use that knowledge to make even more complex workflows

 

Thank you so much in advance, you guys are all amazing!

 

Screen Shot 2017-01-25 at 10.59.44 AM.png

Screen Shot 2017-01-25 at 11.18.26 AM.png

Link to comment
  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...