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
Check out this demo video to get a first impression of what nut.js is capable of.
@@ -141,6 +149,8 @@ This section lists runtime requirements for `nut.js` on the respective target pl
141
149
142
150
In order to install `nut.js` on Windows, please make sure to have the [Microsoft Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) installed.
143
151
152
+
In case you're running Windows 10 N, please make sure to have the [Media Feature Pack](https://support.microsoft.com/en-us/topic/media-feature-pack-for-windows-10-n-may-2020-ebbdf559-b84c-0fc2-bd51-e23c9f6a4439) installed as well.
153
+
144
154
#### macOS
145
155
146
156
On macOS, Xcode command line tools are required.
@@ -154,10 +164,21 @@ xcode-select --install
154
164
In case you're experiencing problems like your mouse not moving or your keyboard not typing,
155
165
please make sure to give the process you're executing your tests with accessibility permissions.
156
166
157
-
If an application wants to use accessibility features, a permission pop-up should be shown.
167
+
nut.js will give you a subtle hint in case permissions are lacking:
168
+
169
+
`##### WARNING! The application running this script is not a trusted process! Please visit https://github.com/nut-tree/nut.js#macos #####`
170
+
171
+
When an application wants to use accessibility features, a permission pop-up should be shown.
158
172
If not, you could try to manually add the application you're running the script from.
0 commit comments