sdk.highlight
Home > @matterway/sdk > Highlight
Highlight namespace
Classes
Class | Description |
---|---|
Highlight | Manages a visible highlight around an ElementHandle. |
Functions
Function | Description |
---|---|
highlightSelector(ctx, selector, options) | Creates a visible highlight around an element by CSS selector. |
highlightXpath(ctx, selector, options) | Creates a visible highlight around an element by XPath selector. |
Interfaces
Interface | Description |
---|---|
HighlightOptions | Options for the Highlight class. |
HighlightSelectorOptions | Options for the highlightSelector helpers. |
Variables
Variable | Description |
---|---|
DEFAULT_HIGHLIGHT_OPTIONS |