Function clickOnSelectMultipleWithPriorityByText

Clicks on a select multiple with priority element and selects multiple options by text NOTE: as of today, it's a custom element (not part of IDEA Ionic Extra)

  • Parameters

    • page: Page

      The Playwright Page object

    • input: Locator

      The input Locator to click on

    • optionsByText: string[]

      Array of option text strings to select

    Returns Promise<void>