class Selenium::WebDriver::BiDi::ConsoleLogEntry

def initialize(method:, realm:, args:, **opts)

def initialize(method:, realm:, args:, **opts)
  super(**opts)
  @method = method
  @realm = realm
  @args = args
end