- Print
- DarkLight
Can I record permission dialogs for location information, microphone, and camera?
Recording permission dialogs
A permission dialog is a dialog that is displayed when a web application, such as the one below, requests access to the user's camera, location information, etc. Permission dialogs are sometimes referred to as browser usage permissions, permissions, permission messages, etc.
On Autify, you cannot record permission dialogs.
During test runs, permissions are automatically selected or not selected depending on the execution environment. For details on permission settings, please see the table below. These settings cannot be changed at this time.
Please note that even if access to location information, microphone, and camera are allowed, Autify currently does not support voice input and testing that uses location information (for example, showing a different list based on location information).
Permission settings for each execution environment
OS | OS | browser | notification | location | camera | microphone |
---|---|---|---|---|---|---|
Linux / Chrome | Linux | Chrome | Unhandled | Allow | Allow | Allow |
iPhone X (Emulator) | Linux | Chrome Device mode | Unhandled | Allow | Allow | Allow |
Pixel 2 (Emulator) | Linux | Chrome Device mode | Unhandled | Allow | Allow | Allow |
Windows / Chrome | Windows | Chrome | Unhandled | Unhandled | Allow | Allow |
Windows / Edge | Windows | Edge | Unhandled | Unhandled | Allow | Allow |
Windows / Firefox | Windows | Firefox | Unhandled | Unhandled | Deny | Unhandled |
Windows Server / Edge | Windows Server | Edge | Unhandled | Allow | Allow | Allow |
macOS / Chrome | macOS | Chrome | Unhandled | Unhandled | Allow | Allow |
macOS / Edge | macOS | Edge | Unhandled | Unhandled | Allow | Allow |
macOS / Firefox | macOS | Firefox | Unhandled | Unhandled | Deny | Unhandled |
macOS / Safari | macOS | Safari | Unhandled | Deny | Allow | Allow |
iPhone XS | iOS | Safari | Unhandled | Allow | Allow | Allow |
iPhone 12 | iOS | Safari | Unhandled | Allow | Allow | Allow |
Google Pixel 5 | Android | Chrome | Unhandled | Unhandled | Unhandled | Unhandled |
Samsung Galaxy S20 | Android | Chrome | Unhandled | Unhandled | Unhandled | Unhandled |
※ Allow means the permission is force allowed.
※ Deny means the permission is force blocked.
※ Unhandled means that the permission is not selected and the test proceeds with the dialog displayed.
※ Information as of February 7, 2024. Actual permissions may differ depending on circumstances.
Why doesn't the notification permission dialog appear when recording?
Autify launches the browser in incognito mode when recording. In incognito or guest mode, the notification permission dialog is not displayed by design. For more details, please refer to this link.
During scenario execution, the browser launches in normal mode, so the dialog will appear.
Related Articles
For information on alert dialogs that notify users of errors or successful actions, please refer to this article.