123456789_123456789_123456789_123456789_123456789_

Class: Selenium::WebDriver::BiDi::ConsoleLogEntry

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/console_log_entry.rb

Class Method Summary

Instance Attribute Summary

Constructor Details

.new(method:, realm:, args:, **opts) ⇒ ConsoleLogEntry

[ GitHub ]

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

def initialize(method:, realm:, args:, **opts)
  super(**opts)
  @method = method
  @realm = realm
  @args = args
end

Instance Attribute Details

#args (rw)

[ GitHub ]

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

attr_accessor :method, :realm, :args

#method (rw)

[ GitHub ]

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

attr_accessor :method, :realm, :args

#realm (rw)

[ GitHub ]

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

attr_accessor :method, :realm, :args