How to access an iframe? #96
Answered
by
thalissonvs
gab-i-alves
asked this question in
Q&A
-
Hi everyone, I couldn't find support for finding and switching to an iframe in the source code, so I was wondering if it’s actually not supported. If that's the case, I was thinking of trying to do it with JavaScript and the execute_script method. Any tips? Note: I tried accessing the element using ID, XPATH, etc., but I couldn’t find it, so I believe we really need to switch to the iframe. |
Beta Was this translation helpful? Give feedback.
Answered by
thalissonvs
Apr 2, 2025
Replies: 1 comment 2 replies
-
Hi @gab-i-alves, this is not currently possible, but it will be coming soon :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've added a section in the documentation on how to switch to another target. You would just have to list the targets, switch to the iframe, and there you can use javascript to interact with them