You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdmintz
changed the title
sb.post_message(message) is causing duplicate posts in CDP Mode
post_message(message) is causing duplicate posts in CDP Mode
Feb 24, 2025
post_message(message)
is causing duplicate posts in CDP Mode.Eg.
sb.post_message("SeleniumBase wasn't detected")
SeleniumBase/examples/cdp_mode/raw_gitlab.py
Line 11 in 1f581ed
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.The text was updated successfully, but these errors were encountered: