tooltipContains

open fun tooltipContains(vararg texts: String): ComponentStream

Filters the current query's contents to only include components whose tooltip contains at least one (1) of the parameter strings. Comparisons are NOT case sensitive.

Return

filtered query

Parameters

text

varargs the strings to compare the component tooltip to