You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<desc>A string of text to look for. It's case sensitive.</desc>
</argument>
</signature>
<desc>Select all elements that contain the specified text.</desc>
<longdesc>
<p>The matching text can appear directly within the selected element, in any of that element's descendants, or a combination thereof. As with attribute value selectors, text inside the parentheses of <code>:contains()</code> can be written as a bare word or surrounded by quotation marks. The text must have matching case to be selected.</p>
</longdesc>
<example>
<desc>Finds all divs containing "John" and underlines them.</desc>