Skip to content

Lupa API Reference / assert/types / AttributeMatcher

Interface: AttributeMatcher

Defined in: src/assert/types.ts:128

Only the combination of tag and attribute names will be used to match the attribute.

Properties

attributes

attributes: string[]

Defined in: src/assert/types.ts:137

The list of attributes to match.


tags

tags: string[]

Defined in: src/assert/types.ts:132

The list of element tags to match.