Playwright Cucumber TS Steps
    Preparing search index...
    • Drags one element and drops it onto another. Supports fixtures for reusable selectors.

      Parameters

      • page: any
      • sourceKey: string

        The selector of the element to drag.

      • targetKey: string

        The selector of the drop target element.

      Returns Promise<void>

      When I pw drag "droppable.draggable" to "droppable.dropZone"