startingIntents property

List<RoboStartingIntent>? startingIntents
getter/setter pair

The intents used to launch the app for the crawl.

If none are provided, then the main launcher activity is launched. If some are provided, then only those provided are launched (the main launcher activity must be provided explicitly).

Implementation

core.List<RoboStartingIntent>? startingIntents;