effect-playwright
    Preparing search index...

    Interface Touchscreen

    0.3.0

    interface Touchscreen {
        tap: (x: number, y: number) => Effect<void, PlaywrightError>;
    }
    Index
    tap: (x: number, y: number) => Effect<void, PlaywrightError>

    Dispatches a touchstart and touchend event with a single touch at the position (x,y).

    0.3.0