module

Playwright::ConsoleMessage

ConsoleMessage objects are dispatched by page via the page.on('console') event.

Instance methods

args
Source
location
Source
text
Source
type

One of the following values: 'log', 'debug', 'info', 'error', 'warning', 'dir', 'dirxml', 'table', 'trace', 'clear', 'startGroup', 'startGroupCollapsed', 'endGroup', 'assert', 'profile', 'profileEnd', 'count', 'timeEnd'.

Source

Nested types