## Regression with `sb.cdp.clear_cookies()` in `4.35.3` ```python AttributeError: module 'mycdp.network' has no attribute 'clear_cookies'. ``` Caused by replacing `mycdp.storage` with `mycdp.network`. Looks like it's not a 1-to-1 mapping.