Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello does anyone know if there's a way to search for element only on visible area?
Thanks in advance
:D
https://community.bablosoft.com/post/84882
Are there any settings associated with this problem? Like when you try to locate an element inside multiple iframes?
@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
@andreiem Check if the element is visible on the page (untick the checkbox), if it is make a while loop and make it scroll down a small amount until it is found
@niceusername Thanks a lot, that get nth-child method helped here!