Using existing event loop #3721
Labels
duplicate
The answer/solution already exists somewhere
question
Someone is looking for answers
UC Mode / CDP Mode
Undetected Chromedriver Mode / CDP Mode
Hi there,
I am trying to use the context manager like so
but I'm getting this error, presumably because of competing event loops
Is there a way to give SeleniumBase an event loop that I can manage so I can do other async stuff? I've tried using
https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_async.py
but can't figure out how to enable UC mode.
The text was updated successfully, but these errors were encountered: