By nidhi_desai - 10/3/2022
Hi, When In am running my task on Inquisit Web, I get a warning that, "The app is not able to record the screen as required to run this script". I checked if any screenshots are getting recorded in the data. There are some screenshots for the task but not all. What might be causing this warning and how can I correct it?
|
By Dave - 10/3/2022
+xHi, When In am running my task on Inquisit Web, I get a warning that, "The app is not able to record the screen as required to run this script". I checked if any screenshots are getting recorded in the data. There are some screenshots for the task but not all. What might be causing this warning and how can I correct it? On some platforms, particularly more recent macOS and iPhone / iPad OS versions, capturing the screen requires accessibility permissions being granted to the Inquisit Player application.
If a script of yours requires specific permissions, you can declare them in <defaults> per the /requiredpermissions attribute.
https://www.millisecond.com/support/docs/current/html/language/attributes/requiredpermissions.htm
The player app will then check whether it has the requested access permissions before launching the script and display a prompt regarding any missing permissions and how to grant them.
E.g., on macOS, the you'd need to go to Apple menu > System Preferences, click Security & Privacy, click Privacy, click Accessibility, then select the Inquisit app’s checkbox to grant accessibility permissions.
|
|