ActionStepType

Properties

NameType
eventstring | null
href_matchingActionStepStringMatching | null

StringMatching.Exact

hrefstring | null
properties{ key: string; value?: string | number | boolean | (string | number | boolean)[] | null; operator?: PropertyMatchType; type?: string; }[]

Property filters for action step matching.

selector_regexstring | null

Pre-compiled regex pattern for matching selector against $elements_chain.

selectorstring | null
tag_namestring

Deprecated: Only selector should be used now.

text_matchingActionStepStringMatching | null

StringMatching.Exact

textstring | null
url_matchingActionStepStringMatching | null

StringMatching.Contains

urlstring | null