-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeexternalOutside SeleniumBase's scope. / Ask somewhere else.Outside SeleniumBase's scope. / Ask somewhere else.workaround existsYou can reach your destination if you do this...You can reach your destination if you do this...
Description
I have encountered a similar issue in #1916. When running on the M2 device with the --headless
option, Google Chrome Helper (GPU) gradually consumes more and more memory, eventually causing the computer to freeze. Through testing, I've observed that this behavior persists regardless of whether the --uc
is enabled or if multiple threads(-n2
) are being used. If --headless
is not used, the memory usage of Google Chrome Helper (GPU) remains stable and relatively low.
- with
--headless
pytest test.py -n2 --dashboard --html=report.html --rs --crumbs --headless —uc

- without
--headless
pytest test.py -n2 --dashboard --html=report.html --rs --crumbs --uc

gottogethelp
Metadata
Metadata
Assignees
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeexternalOutside SeleniumBase's scope. / Ask somewhere else.Outside SeleniumBase's scope. / Ask somewhere else.workaround existsYou can reach your destination if you do this...You can reach your destination if you do this...