A WindowedFindInput instance
findAll will search for multiple occurrence of a given search input in the current window.
A WindowedFindInput instance
Optional
maxElements: numberon registers a callback which is triggered once a certain searchInput is found
to trigger the callback on
The FindHookCallback function to trigger
waitFor repeatedly searches for a query to appear in the window until it is found or the timeout is reached
A WindowElementQuery instance
Optional
timeoutMs: numberTimeout in milliseconds after which waitFor fails
Optional
updateInterval: numberUpdate interval in milliseconds to retry search
Optional
params: OptionalSearchParameters<PROVIDER_DATA_TYPE>OptionalSearchParameters which are used to fine tune search
Generated using TypeDoc
find will search for a single occurrence of a given search input in the current window.