There are many solutions to do this, but which solution helps to optimize the source code is important. Please clarify the purpose, explain more clearly
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