@ericarias said in Getting consistent results with element seletors:
What is the best method to use to make sure that the elements are always found.
Just avoid using automatically generated selectors by BAS.
Hi guys,
I am currently writing each Element IDs the bot finds to a list.
Now sometimes an element appears three to four times. How can I repeat it 3-4 times while a certain element appears four times?
I presume "For Each" should be used for it, but how do I configure it? Any direction would be great to figure it out for myself ^^