## Chrome 146 is causing some actions to hang in CDP Mode After upgrading to Chrome 146, I noticed that some actions on some websites are very slow (or hanging). Eg. `solve_captcha()`. Seen with these examples: * [examples/cdp_mode/raw_gas_records.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_gas_records.py) * [examples/cdp_mode/raw_cf_clearance.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_cf_clearance.py)
Chrome 146 is causing some actions to hang in CDP Mode
After upgrading to Chrome 146, I noticed that some actions on some websites are very slow (or hanging). Eg.
solve_captcha().Seen with these examples: