Function clickOnIDEASelectByText

Clicks on an IDEA select element and selects an option by text

  • Parameters

    • page: Page

      The Playwright Page object

    • input: Locator

      The input Locator to click on

    • text: string

      The text of the option to select

    Returns Promise<void>