@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.
I need to check many elements on page with "is element exists" function:
last seen 2 months ago
last seen 3 months ago
last seen 4 months ago
last seen 5 months ago
If one of these exists script should take action. How to make "is element exists" to check many strings?
I tried to add is element exists multiple times for each "last seen * ago" but it doesn't work