clicks-recaptcha-solver
Version:
A powerful automation tool for solving Google reCAPTCHA challenges using Playwright and Puppeteer. This package intelligently detects and simulates human-like interactions, including mouse movements and precise clicks, to bypass reCAPTCHA v2 and other sim
9 lines (8 loc) • 356 B
TypeScript
/**
* Creates a blue circle of 2x2 pixels with a 5px red round border at the specified coordinates,
* displays the coordinates nearby with a semi-transparent gray background and the click number.
*
* @param {number} x - X-axis coordinate.
* @param {number} y - Y-axis coordinate.
*/
export declare function showClickInfo(x: number, y: number): void;