Contents

disableDialogs

A Boolean value that determines whether the testing environment disables dialogs during automated testing.

Declaration

var disableDialogs: Bool { get set }

Discussion

The default value is false. Set this value to true when you run automated tests and want to suppress interactive dialogs.

See Also

Configuring the test environment