List of arguments passed to a console function call. See also
page.on('console').
0-based column number in the resource.
0-based column number in the resource. Deprecated, use column instead.
0-based line number in the resource.
0-based line number in the resource. Deprecated, use line instead.
URL of the resource.
The page that produced this console message, if any.
The text of the console message.
The timestamp of the console message in milliseconds since the Unix epoch.
The web worker or service worker that produced this console message, if any. Note that console messages from web workers also have non-null consoleMessage.page().
ConsoleMessage objects are dispatched by page via the page.on('console') event. For each console message logged in the page there will be corresponding event in the Playwright context.