-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModequestionSomeone is looking for answersSomeone is looking for answersworkaround existsYou can reach your destination if you do this...You can reach your destination if you do this...
Description
I know that in CDP mode, we are expected to use the following methods:
sb.cdp.nested_click(parent_selector, selector)
sb.cdp.get_nested_element(parent_selector, selector)However, what's the expected way of handling nested frames in CDP mode?
- I did not manage to perform a
switch_to_framemethod when using a CDP drivers. - There is no
find_elementsorget_nested_elementmethods for typeseleniumbase.undetected.cdp_driver.element.Element.
Is there a workaround? Did I miss something? Or is it something to be implemented?
Metadata
Metadata
Assignees
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModequestionSomeone is looking for answersSomeone is looking for answersworkaround existsYou can reach your destination if you do this...You can reach your destination if you do this...