How to solve captcha with clicks?

Support
  • from the function 'sovle captcha with clicks' i get [[COORDINATES_LIST]]

    Then i use Foreach [[COORDINATES_LIST]] fdb0e1ab-7958-44e2-8bf5-d574116bac11-image.png

    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