Skip to content

Instantly share code, notes, and snippets.

@adrianhorning08
Created August 27, 2025 21:35
Show Gist options
  • Select an option

  • Save adrianhorning08/d1a649700d4eeb2795c390b80def3dd9 to your computer and use it in GitHub Desktop.

Select an option

Save adrianhorning08/d1a649700d4eeb2795c390b80def3dd9 to your computer and use it in GitHub Desktop.
TikTok Stuff
const fudgeFactor = -6;
const captchaResponse = await solveCaptcha(puzzleImageUrl, pieceImageUrl);
console.log("captchaResponse", captchaResponse);
await dragElementHorizontal(
page,
".secsdk-captcha-drag-icon",
captchaResponse.slideXProportion * puzzleWidth + fudgeFactor
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment