Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@to-nice предложение - не используй js и кликай не по центру
@spam Sorry, I don’t understand. Can you explain it better?
@to-niceты хочешь, чтобы тебе помогли с кликами не видя код страницы? Если да - то мой ответ "можно правильно кликать".
Maybe try with Xpath. Look at this post and overall thread > https://community.bablosoft.com/post/122185
If the elements to click on are text, use >MATCH>>Element Text< to click on it. Save the element selectors in a list then get a random element from the list and use that as the selector. This will help: https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element General wiki: https://wiki.bablosoft.com/doku.php
Try it and let me know if you have any questions.
@niceusername Thanks a lot, that get nth-child method helped here!