-
@mdmintz This is my code:
Is it save to use |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Dec 11, 2023
Replies: 2 comments
-
Using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
-
Nice. Thank you. |
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
Using
driver.reconnect(0.15)
will automatically switch out of any iframes.It's the equivalent of
driver.switch_to.default_content()
in UC Mode, but with the disconnect action to prevent detection.