yes thankyou
I can't get the if conditions to work properly
Immagine 2024-10-27 181112.png
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.
