[NoDriver]How to locate elements inside nested iframes using nodriver #2105
Unanswered
MoonLite11
asked this question in
Q&A
Replies: 2 comments
-
Can you show how you are able to access first iframe and load its content_document |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m using your nodriver library, and I’m trying to locate an element inside a structure like this:
iframe > iframe > element
I can access the first iframe and load its content_document, but when I try to navigate to the second iframe inside it, it doesn’t load its content_document, even though I can see it’s there. Additionally, the shadow-root is absent, and enabling the expert mode doesn’t help.
Could you provide some guidance on how to properly handle nested iframes with nodriver?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions