Method: Playwright::ConsoleMessage#type
- Defined in:
- lib/playwright_api/console_message.rb
#type ⇒ Object
One of the following values: ‘’log’‘, `’debug’‘, `’info’‘, `’error’‘, `’warning’‘, `’dir’‘, `’dirxml’‘, `’table’‘, `’trace’‘, `’clear’‘, `’startGroup’‘, `’startGroupCollapsed’‘, `’endGroup’‘, `’assert’‘, `’profile’‘, `’profileEnd’‘, `’count’‘, `’timeEnd’‘.
52 53 54 |
# File 'lib/playwright_api/console_message.rb', line 52 def type wrap_impl(@impl.type) end |