Interface StepSettings

interface StepSettings {
    exclude_filter?: string;
    include_filter?: string;
    include_url_hash?: boolean;
    obey_robots?: boolean;
    page_depth?: number;
    page_limit?: number;
    strategy?: StepStrategies;
    template_detection?: boolean;
}

Properties

exclude_filter?: string
include_filter?: string
include_url_hash?: boolean
obey_robots?: boolean
page_depth?: number
page_limit?: number
strategy?: StepStrategies
template_detection?: boolean