Method: Selenium::WebDriver::BiDi::LogHandler#initialize
- Defined in:
- lib/selenium/webdriver/bidi/log_handler.rb
#initialize(bidi) ⇒ LogHandler
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of LogHandler.
32 33 34 35 |
# File 'lib/selenium/webdriver/bidi/log_handler.rb', line 32 def initialize(bidi) @bidi = bidi @log_entry_subscribed = false end |