Function: findAllByText()
findAllByText(
container,text,options?):Promise<Widget[]>
Defined in: queries.ts:450
Finds all elements matching visible text content.
Parameters
| Parameter | Type | Description |
|---|---|---|
container | Container | The container to search within |
text | TextMatch | Text to match (string, RegExp, or custom matcher) |
options? | TextMatchOptions | Query options including normalization and timeout |
Returns
Promise<Widget[]>
Promise resolving to array of matching widgets