@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.
Hello everybody!
I have a problem, I need all missing elements in a separate list
List 1
List 2
The only element in List 3 needs to be
How do I solve this most efficiently? A foreach would take too long for my purpose.
Maybe I'll over think this and there is a simple solution but i dont get it rn.
Thanks for helping :)