idea-at
    Preparing search index...

    Function selectOptionOnIDEAActionSheet

    • Clicks on an input element to open an IDEA action sheet, waits for it to be visible, then selects an option by its 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>