@mtrsu4484 said in error cannot click on element TIKTOK:
@langtoi i think its about your proxy
why does proxy affect element not clickable. it omits that element , even using image search . in recording mode it works fine
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