@vpalmisano/webrtcperf-js
    Preparing search index...

    Function getElements

    • Returns all the elements matching the selector, waiting for them to be present in the DOM.

      Parameters

      • selector: string

        The selector to get the elements from.

      • timeout: number = 60000

        The timeout to wait for the elements to be present in the DOM.

      • throwError: boolean = false

        Whether to throw an error if the elements are not found.

      • innerText: string = ''

        The inner text to filter the elements by.

      Returns Promise<Element[]>

      The elements matching the selector.