effect-playwright
    Preparing search index...

    Interface PlaywrightTouchscreenService

    0.3.0

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

    Properties

    Properties

    tap: (x: number, y: number) => Effect<void, PlaywrightError>

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

    Touchscreen.tap

    0.3.0