Class: Selenium::WebDriver::BiDi::JavascriptLogEntry
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
GenericLogEntry ,
BaseLogEntry
|
|
Instance Chain:
self,
GenericLogEntry ,
BaseLogEntry
|
|
Inherits: |
Selenium::WebDriver::BiDi::GenericLogEntry
|
Defined in: | rb/lib/selenium/webdriver/bidi/log/javascript_log_entry.rb |
Class Method Summary
GenericLogEntry
- Inherited
BaseLogEntry
- Inherited
Instance Attribute Summary
Constructor Details
.new(level:, text:, timestamp:, type:, stack_trace:) ⇒ JavascriptLogEntry
# File 'rb/lib/selenium/webdriver/bidi/log/javascript_log_entry.rb', line 26
def initialize(level:, text:, timestamp:, type:, stack_trace:) super @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