@edamo71 said in How to access to iframe elements if cross domain blocked?:
How to do that WITH BAS, USE EXECUTE JAVASCRIPT please?
nothing!
https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element&s[]=selector#frames
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.
