Skip to content

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
Discussion options

You must be logged in to vote
  1. Windows may be a little slower, but not by too much. The GitHub Actions Nightly Tests here shows a little slowness: https://github.com/seleniumbase/SeleniumBase/actions (Not much I can do about that due to Windows differences.)

  1. That's expected. CDP Mode is a subset of UC Mode, so you need to call it from a UC Mode browser. If you're not using UC Mode, it will spin up a new UC Mode browser to use with CDP Mode.

There are, however, two special Pure CDP formats that don't use Selenium at all:

Examples of those:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants