We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
post_message(message) is causing duplicate posts in CDP Mode.
post_message(message)
Eg. sb.post_message("SeleniumBase wasn't detected")
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.
TypeError: cannot unpack non-iterable NoneType object
Since the message succeeds (even with TypeError) the error could possibly be ignored.
TypeError