Class: Selenium::WebDriver::DevTools::ConsoleEvent
Relationships & Source Files | |
Inherits: | Object |
Defined in: | rb/lib/selenium/webdriver/devtools/console_event.rb |
Class Method Summary
- .new(type:, timestamp:, args:) ⇒ ConsoleEvent constructor
Instance Attribute Summary
- #args rw
- #timestamp rw
- #type rw
Constructor Details
.new(type:, timestamp:, args:) ⇒ ConsoleEvent
Instance Attribute Details
#args (rw)
[ GitHub ]# File 'rb/lib/selenium/webdriver/devtools/console_event.rb', line 24
attr_accessor :type, :, :args
#timestamp (rw)
[ GitHub ]#type (rw)
[ GitHub ]# File 'rb/lib/selenium/webdriver/devtools/console_event.rb', line 24
attr_accessor :type, :, :args