Method: Playwright::ConsoleMessage#args

Defined in:
lib/playwright_api/console_message.rb

#argsObject

List of arguments passed to a ‘console` function call. See also [`event: Page.console`].



28
29
30
# File 'lib/playwright_api/console_message.rb', line 28

def args
  wrap_impl(@impl.args)
end