Playwright Cucumber TS Steps
    Preparing search index...
    • Performs a forced click on the element, bypassing visibility checks. Useful for elements obscured by overlays or technically "hidden" but interactable. Supports fixtures for reusable selectors.

      Parameters

      • page: any
      • selectorKey: string

        The key of the selector in the fixtures or a raw CSS/XPath selector.

      Returns Promise<void>

      When I pw force click "hidden.hiddenCheckbox"