webkitwebprocessextension.console_message
Module for [ConsoleMessage] class
class ConsoleMessage
Types 1
Methods
ConsoleMessage self()Returns `this`, for use in `with` statements.webkitwebprocessextension.console_message.ConsoleMessage copy()Make a copy of console_message. Returns: A copy of passed in #WebKitConsoleMessagewebkitwebprocessextension.types.ConsoleMessageLevel getLevel()Gets the log level of a #WebKitConsoleMessage Returns: a #WebKitConsoleMessageLevel indicating the log level of console_messageuint getLine()Gets the line number of a #WebKitConsoleMessage Returns: the line number of console_messagewebkitwebprocessextension.types.ConsoleMessageSource getSource()Gets the source of a #WebKitConsoleMessage Returns: a #WebKitConsoleMessageSource indicating the source of console_messagestring getSourceId()Gets the source identifier of a #WebKitConsoleMessage Returns: the source identifier of console_messagestring getText()Gets the text message of a #WebKitConsoleMessage Returns: the text message of console_message