class Selenium::WebDriver::BiDi::GenericLogEntry
Attributes
Public Class Methods
Source
# File lib/selenium/webdriver/bidi/log/generic_log_entry.rb, line 26 def initialize(level:, text:, timestamp:, type:, stack_trace:) super(level: level, text: text, timestamp: timestamp, stack_trace: stack_trace) @type = type end
Calls superclass method
Selenium::WebDriver::BiDi::BaseLogEntry::new