find.removeHighlighting()

Remove any highlighting of a previous search that was applied by a previous call to find.highlightResults(), or by the browser's native UI.

Syntax

js
browser.find.removeHighlighting()

Parameters

None.

Return value

None.

Browser compatibility

desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Firefox for Android
Safari on iOS
removeHighlighting

Examples

js
browser.find.removeHighlighting();