PerfectCanvas request from Tiktok always change everytime you reload the page. So PerfectCanvas doesnt work for it
How to solve captcha with clicks?
-
from the function 'sovle captcha with clicks' i get [[COORDINATES_LIST]]
Then i use Foreach [[COORDINATES_LIST]]

but how can i access x and y coordinates from that list so i could click on these coords?
i have [[FOREACH_DATA]] which for instance is [1,5] (where 1 is x.pos and 5 is y.pos] but when i do [[FOREACH_DATA]][0] i get an error, so how to do it correctly?
ERROR --- TypeError: Result of expression 'point[1]' [undefined] is not an object