tooltip

open fun tooltip(vararg texts: String): ComponentStream

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

Return

filtered query

Parameters

strings

varargs the strings to compare the component tooltip to

fun tooltip(pattern: Pattern): ComponentStream

Filters the current query's contents to only include components whose tooltip matches the parameter Pattern

Return

filtered query

Parameters

pattern

the Pattern to compare component tooltip to