idea-at
    Preparing search index...

    Function toggleChecksOnIDEACheckerByText

    • Clicks on an IDEA checker element, waits for the modal to be visible, then toggles multiple checkboxes by their text labels and clicks the confirm button

      Parameters

      • page: Page

        The Playwright Page object

      • input: Locator

        The input Locator to click on

      • checks: string[]

        Array of checkbox text labels to toggle

      Returns Promise<void>