Function clickOnIonSelectByText

Clicks on an ion-select element and selects an option by its text content

  • Parameters

    • page: Page

      The Playwright Page object

    • input: Locator

      Locator for the ion-select element to click

    • text: string

      The text content of the option to select

    Returns Promise<void>

    Promise that resolves when the option is selected