"Automator is not allowed assistive access"
I tried to automate a button press on chrome, but it states,
How can I solve this?
MacBook Air 13″, macOS 10.15
I tried to automate a button press on chrome, but it states,
How can I solve this?
MacBook Air 13″, macOS 10.15
Hello!
"Assistive Access" usually refers to controlling accessibility features, such as simulating a keystroke, or in this case, a mouse click.
To enable accessibility access for Automator, go to:
System Preferences > Security & Privacy > Privacy (At top) > Accessibility (On left) > Find "Automator" in list (On right) > Check it
Note: Before checking "Automator" in Accessibility, you must click the lock in the bottom-left corner and authenticate with an administrator username and password.
Hopefully this solves your problem.
Hello!
"Assistive Access" usually refers to controlling accessibility features, such as simulating a keystroke, or in this case, a mouse click.
To enable accessibility access for Automator, go to:
System Preferences > Security & Privacy > Privacy (At top) > Accessibility (On left) > Find "Automator" in list (On right) > Check it
Note: Before checking "Automator" in Accessibility, you must click the lock in the bottom-left corner and authenticate with an administrator username and password.
Hopefully this solves your problem.
This is the code
set howmantimes to 3
delay 10
repeat howmanytimes times
set x to random number from 45 to 63
tell application "System Events"
click at {840, 455}
end tell
delay x
end repeat
"Automator is not allowed assistive access"