selenium.webdriver.common.bidi.session¶ Classes Session(conn) class selenium.webdriver.common.bidi.session.Session(conn)[source]¶ subscribe(*events, browsing_contexts=None)[source]¶ unsubscribe(*events, browsing_contexts=None)[source]¶ status()[source]¶ The session.status command returns information about the remote end’s readiness to create new sessions and may include implementation-specific metadata. Returns¶ dictDictionary containing the ready state (bool), message (str) and metadata