Function clickOnInlineCheckerByText

Clicks on an IDEA inline checker element and selects multiple options by text

  • 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>