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