WebKitWebProcessExtension.ConsoleMessage¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class WebKitWebProcessExtension.ConsoleMessage¶
- copy()¶
- Returns:
A copy of passed in
WebKitWebProcessExtension.ConsoleMessage
- Return type:
Make a copy of self.
New in version 2.12.
- free()¶
Free the
WebKitWebProcessExtension.ConsoleMessage
New in version 2.12.
- get_level()¶
- Returns:
a
WebKitWebProcessExtension.ConsoleMessageLevel
indicating the log level of self- Return type:
Gets the log level of a
WebKitWebProcessExtension.ConsoleMessage
New in version 2.12.
- get_line()¶
- Returns:
the line number of self
- Return type:
Gets the line number of a
WebKitWebProcessExtension.ConsoleMessage
New in version 2.12.
- get_source()¶
- Returns:
a
WebKitWebProcessExtension.ConsoleMessageSource
indicating the source of self- Return type:
Gets the source of a
WebKitWebProcessExtension.ConsoleMessage
New in version 2.12.
- get_source_id()¶
- Returns:
the source identifier of self
- Return type:
Gets the source identifier of a
WebKitWebProcessExtension.ConsoleMessage
New in version 2.12.
- get_text()¶
- Returns:
the text message of self
- Return type:
Gets the text message of a
WebKitWebProcessExtension.ConsoleMessage
New in version 2.12.