qSA | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/test-frontendqSAFunction qSAFind elements in the test window Param: node_or_selectorStarting node (optional) Param: selectorCSS selector to use ReturnsAn array of matching elements qSA<E extends HTMLElement = TestQueriedElement>( startnode: ParentNode, selector: string,): E[]Type ParametersE extends HTMLElement = TestQueriedElementParametersstartnode: ParentNodeselector: stringReturns E[]qSA<E extends HTMLElement = TestQueriedElement>(selector: string): E[]Type ParametersE extends HTMLElement = TestQueriedElementParametersselector: stringReturns E[]SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Find elements in the test window
Param: node_or_selector
Starting node (optional)
Param: selector
CSS selector to use
Returns
An array of matching elements