seleniumbase / SeleniumBase

📊 Blazing fast Python framework for web crawling, scraping, testing, and reporting. Supports pytest. Stealth abilities: UC Mode and CDP Mode.
https://seleniumbase.io
MIT License
5.43k stars 982 forks source link

When I updated to the latest version, it seemed like Chrome opened quite slowly so I just wanted to let you know #3221

Closed nhatxx closed 3 weeks ago

mdmintz commented 3 weeks ago

Bug tickets should include all relevant details, such as code used, stack traces, versions, OS, etc. Also, make sure you're using the latest version of SeleniumBase (which is currently 4.32.3 today).

nhatxx commented 3 weeks ago

I used version 4.3, before that the browser started up in 1 second, but in the latest version it starts up in 5 seconds.

mdmintz commented 3 weeks ago

Still not enough details in your description. I assume you are referring to UC Mode? It currently has to spin up an extra browser in advance to create the user-data-dir before using the actual browser. Takes a few extra seconds. Hopefully there's a better workaround soon.