Interface StepOptions

interface StepOptions {
    description?: string;
    iframe_selector?: string;
    iframe_selector_type?: IframeSelectorTypes;
    js_code?: string;
    pause?: number;
    position?: number;
    selector?: string;
    selector_type?: SelectorTypes;
    settings?: StepSettings;
    target?: string;
    use_common_tag_validations?: boolean;
    wait_while_present?: string;
}

Hierarchy

  • ResourceOptions
    • StepOptions

Properties

description?: string
iframe_selector?: string
iframe_selector_type?: IframeSelectorTypes
js_code?: string
pause?: number
position?: number
selector?: string
selector_type?: SelectorTypes
settings?: StepSettings
target?: string
use_common_tag_validations?: boolean
wait_while_present?: string