class Selenium::WebDriver::BiDi::JavascriptLogEntry
Attributes
type[RW]
Public Class Methods
new(level:, text:, timestamp:, type:, stack_trace:)
click to toggle source
Calls superclass method
Selenium::WebDriver::BiDi::GenericLogEntry::new
# File lib/selenium/webdriver/bidi/log/javascript_log_entry.rb, line 26 def initialize(level:, text:, timestamp:, type:, stack_trace:) super @type = 'javascript' end