Returns all the elements matching the selector, waiting for them to be present in the DOM.
The selector to get the elements from.
The timeout to wait for the elements to be present in the DOM.
Whether to throw an error if the elements are not found.
The inner text to filter the elements by.
The elements matching the selector.
Returns all the elements matching the selector, waiting for them to be present in the DOM.