Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RoboStartingIntent

import type { RoboStartingIntent } from "https://googleapis.deno.dev/v1/testing:v1.ts";

Message for specifying the start activities to crawl.

interface RoboStartingIntent {
launcherActivity?: LauncherActivityIntent;
noActivity?: NoActivityIntent;
startActivity?: StartActivityIntent;
timeout?: number;
}

§Properties

§
launcherActivity?: LauncherActivityIntent
[src]

An intent that starts the main launcher activity.

§

Skips the starting activity

§
startActivity?: StartActivityIntent
[src]

An intent that starts an activity with specific details.

§
timeout?: number
[src]

Timeout in seconds for each intent.