selenium.webdriver.common.bidi.script

Classes

ConsoleLogEntry(level, text, timestamp, ...)

JavaScriptLogEntry(level, text, timestamp, ...)

LogEntryAdded()

Script(conn)

class selenium.webdriver.common.bidi.script.Script(conn)[source]
add_console_message_handler(handler)[source]
add_javascript_error_handler(handler)[source]
remove_console_message_handler(id)[source]
remove_javascript_error_handler(id)
class selenium.webdriver.common.bidi.script.LogEntryAdded[source]
event_class = 'log.entryAdded'
classmethod from_json(json)[source]
class selenium.webdriver.common.bidi.script.ConsoleLogEntry(level: str, text: str, timestamp: str, method: str, args: List[dict], type_: str)[source]
level: str
text: str
timestamp: str
method: str
args: List[dict]
type_: str
classmethod from_json(json)[source]
class selenium.webdriver.common.bidi.script.JavaScriptLogEntry(level: str, text: str, timestamp: str, stacktrace: dict, type_: str)[source]
level: str
text: str
timestamp: str
stacktrace: dict
type_: str
classmethod from_json(json)[source]