I use UC . The initial JavaScript message on the website causes the driver to freeze. #2353
Answered
by
mdmintz
gihon12312340
asked this question in
Q&A
-
Driver freezes upon opening the webpage. How can I resolve this? |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Dec 10, 2023
Replies: 1 comment 2 replies
-
Looks like a page with a Turnstile that must be clicked. See the example for that here: SeleniumBase/examples/raw_turnstile.py
And looks like that page has some Javascript that never finishes loading until the pop-up is closed. Not sure if there's an easy way around it. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like a page with a Turnstile that must be clicked. See the example for that here: SeleniumBase/examples/raw_turnstile.py
page_actions
should not be used directly. See Syntax Formats for valid ways of structuring tests.And looks like that page has some Javascript that never finishes loading until the pop-up is closed. Not sure if there's an easy way around it.