123456789_123456789_123456789_123456789_123456789_

Class: Selenium::WebDriver::BiDi::JavascriptLogEntry

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Selenium::WebDriver::BiDi::GenericLogEntry
Defined in: rb/lib/selenium/webdriver/bidi/log/javascript_log_entry.rb

Class Method Summary

Instance Attribute Summary

Constructor Details

.new(level:, text:, timestamp:, type:, stack_trace:) ⇒ JavascriptLogEntry

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/bidi/log/javascript_log_entry.rb', line 26

def initialize(level:, text:, timestamp:, type:, stack_trace:)
  super(level: level, text: text, timestamp: timestamp, type: type, stack_trace: stack_trace)
  @type = 'javascript'
end

Instance Attribute Details

#type (rw)

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/bidi/log/javascript_log_entry.rb', line 24

attr_accessor :type