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

    Function clickOn

    • Clicks on the first element matching the selector.

      Parameters

      • selector: string

        The selector to click on.

      • timeout: number = 0

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

      • text: string = ''

        The text to filter the elements by.

      Returns Promise<undefined | Element>

      The element that was clicked.