`post_message(message)` is causing duplicate posts in CDP Mode. Eg. `sb.post_message("SeleniumBase wasn't detected")` https://github.com/seleniumbase/SeleniumBase/blob/1f581ed757066293b802f87240d6be24b94621a1/examples/cdp_mode/raw_gitlab.py#L11 <img width="580" alt="Image" src="https://github.com/user-attachments/assets/7e0d20e3-1369-4433-b26a-e29f69c78704" /> Appears to be caused by `TypeError: cannot unpack non-iterable NoneType object`. Since the message succeeds (even with `TypeError`) the error could possibly be ignored.