@alihan said in Visible run python:
Hello, I want to run the python file. Python is running in the background. How can I make it visible?
615e4eac-b63f-4a2f-9f7e-32cf71f1750f-изображение.png
b1cdefa1-97f0-44f4-b439-0e391e9b329a-изображение.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.
