-
Notifications
You must be signed in to change notification settings - Fork 1.4k
CDP MODE - iframes #3292
Eduardo-Qinttus
started this conversation in
General
CDP MODE - iframes
#3292
-
is it possible to handle iframes in cdp mode?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 3 replies
-
Use sb.cdp.nested_click(parent_selector, selector)
SeleniumBase/examples/cdp_mode/ReadMe.md
Line 335 in d8d02cd
sb.cdp.nested_click(parent_selector, selector)
(Where the parent_selector
is that of the iframe
)
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 2
3 replies
-
Thank You
Beta Was this translation helpful? Give feedback.
All reactions
-
What to set for parent_selector?
Beta Was this translation helpful? Give feedback.
All reactions
-
and if the element is below two iframes? how can i click on it?
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment