Created
August 27, 2025 21:35
-
-
Save adrianhorning08/d1a649700d4eeb2795c390b80def3dd9 to your computer and use it in GitHub Desktop.
TikTok Stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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