@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.
@KXLI said in Need help with multiple element selectors found!:
Hello, so I made a get element text and it has found 2, how can I "Log" both of them? When I "Log" it, it only prints one of them.
Use a loop

How is it possible to select an element from the list of elements and search on the page, when the element is found, click on it, and if not found, again, select another element from the list and search on the page until there is an element in the list. Does not match with the same element
@ahmad said in Need help with multiple element selectors found!:
How is it possible to select an element from the list of elements and search on the page, when the element is found, click on it, and if not found, again, select another element from the list and search on the page until there is an element in the list. Does not match with the same element
Yes and how can we combine several selectors with AND/OR conditions? So e.g. 2 or 3 conditions where all should match or a couple of CSS/XPATH/MATCH where at least one of them should match (OR condition)? Is there an tutorial/video about this?
@morpheus93 give me exemple in pic/xml file plez