|
@mdmintz This is my code: Is it save to use |
Answered by
mdmintz
Dec 11, 2023
Replies: 2 comments
|
Using |
0 replies
Answer selected by
mdmintz
|
Nice. Thank you. |
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.