roboDirectives property

List<RoboDirective>? roboDirectives
getter/setter pair

A set of directives Robo should apply during the crawl.

This allows users to customize the crawl. For example, the username and password for a test account can be provided.

Implementation

core.List<RoboDirective>? roboDirectives;