args

abstract fun args(): Array<String>

Application arguments that should be passed to the application under test.

Return

the application arguments to pass to the application under test.

Since

2.2.0

See also