Currently, it is not possible to automatically close this dialog during a test.
Technical Limitation
This dialog is a native security feature displayed by the browser, not the web page. The underlying automation technology (Selenium) used by MagicPod cannot interact with these system-level dialogs by design. Therefore, it is outside the scope of what can be automated.
Suggested workaround (for development environments only)
You may be able to avoid this dialog by replacing the relevant link only in development environments.
Future Support
There are currently no plans to support this, but we can share your request with our development team.
If we receive enough feedback, it may be considered for future implementation.
Please feel free to share your thoughts via the MagicPod Product Portal.
Frequently Asked Questions
Q. Why does this dialog appear?
A. This dialog is a built-in security feature of the browser. It appears when a link tries to launch an external application using a custom URL scheme (for example, slack, zoom link).
Q. Can this dialog be automatically closed in certain browsers?
A. No. All major browsers (Chrome, Edge, Firefox, etc.) display this system-level dialog, which cannot be closed through automation.
Browser-level native dialogs are not accessible via test automation tools.
Q. Is there a way to continue the test without stopping at this dialog?
A. It's difficult to fully bypass the dialog, but as a workaround, you can modify the link in your development environment to prevent the dialog from appearing, or exclude the step from the test flow when unnecessary.