activate_cdp_mode() is very slow on Windows and opens two Chrome windows with uc=False #3751
Answered
by
mdmintz
montovaneli
asked this question in
Q&A
|
Hi! I'm experiencing a couple of issues when using Issue 1: Very slow execution on WindowsWhen running the script below: from seleniumbase import SB
if __name__ == "__main__":
with SB(uc=True, headless=False) as sb:
sb.activate_cdp_mode("https://example.org/", tzone="Europe/Lisbon")It takes a long time to execute on Windows, much slower than on Linux or WSL. I'm wondering:
Issue 2: Two Chrome windows opened with uc=FalseWhen I explicitly set uc=False on the above code, I see two Chrome windows open: One opens with a "data;" URL (blank content). Thanks a lot in advance for your help and for maintaining this great project! |
Answered by
mdmintz
May 15, 2025
Replies: 1 comment
There are, however, two special Pure CDP formats that don't use Selenium at all: Examples of those: |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are, however, two special Pure CDP formats that don't use Selenium at all:
Examples of those: