class Selenium::WebDriver::BiDi::ConsoleLogEntry
Attributes
args[RW]
method[RW]
realm[RW]
Public Class Methods
new(method:, realm:, args:, **opts)
click to toggle source
Calls superclass method
# File lib/selenium/webdriver/bidi/log/console_log_entry.rb, line 26 def initialize(method:, realm:, args:, **opts) super(**opts) @method = method @realm = realm @args = args end