activate_cdp_mode() is very slow on Windows and opens two Chrome windows with uc=False #3751
-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There are, however, two special Pure CDP formats that don't use Selenium at all: Examples of those: |
Beta Was this translation helpful? Give feedback.
There are, however, two special Pure CDP formats that don't use Selenium at all:
Examples of those: