Function getIonInputByTestId

Gets an ion-input element by its test ID

  • Parameters

    • page: Page

      The Playwright Page object

    • testId: string

      The test ID value to search for

    • testIdAttribute: string = 'testId'

      The attribute name used for test IDs (defaults to 'testId')

    Returns Locator

    Locator for the input element inside the ion-input