Skip to main content
Home

Built and signed on GitHub Actions

no description

This package works with Deno
This package works with Deno
JSR Score
100%
Published
11 months ago (3.4.0)
type alias CreateCursor

Represents a factory function for creating a Ghost Cursor with optional configurations and behavior.

Definition

(
page: Page,
start?: { x: number; y: number; },
performRandomMoves?: boolean,
defaultOptions?: { randomMove?: RandomMoveOptions; move?: MoveOptions; moveTo?: MoveToOptions; click?: ClickOptions; },
) => Pick<GhostCursor, "click">

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@tomsfactory/bot

Import symbol

import { type CreateCursor } from "@tomsfactory/bot/browser-control";
or

Import directly with a jsr specifier

import { type CreateCursor } from "jsr:@tomsfactory/bot/browser-control";