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
Bugfix/(nut tree/nut.js#477)/remove permission check for delay setters (#153)
* (nut-tree/nut.js#477) Removed both setMouseDelay and setKeyboardDelay from permissionCheck.js since these setters do not required any permissions
* (nut-tree/nut.js#477) Update permissionCheck.js to cache permission check results and only ask for permissions on actual function call by wrapping it in a HOF
* (nut-tree/nut.js#477) Re-require native bindings on error
returnwrapWithWarning(`##### WARNING! The application running this script tries to access accessibility features to execute ${functionName}! Please grant requested access and visit https://github.com/nut-tree/nut.js#macos for further information. #####`,nativeFunction);
0 commit comments