UserInteractionLevels

User interaction level options.

Class

Read Only

Number NEVER_INTERACT = 1699640946

The script does not display any dialogs or alerts.


Read Only

Number INTERACT_WITH_ALL = 1699311169

The script displays all dialogs and alerts.


Read Only

Number INTERACT_WITH_ALERTS = 1699311170

Displays alerts but not dialogs.

Was this helpful?