@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 want to solve a PxCaptcha manually using drag and drop actions. My function starts with
My problem:
When I test it manually, it works completely fine. the "Also visible on screen" actually works and even if an element is present in the page source the "Is element exists" function returns false.
However, when I use "Is element exists" in a loop or when I use "wait while element exists", I keep getting the same results (false or true) whether the element is visible or not.
I tried to reverse this logic and use the dot element. The same problem.
Is there any problems with my logic? Or I am using the BAS functions wrong? Or this is just a BAS problem?
Notable: The element is inside two iframes.
