Method: Selenium::WebDriver::Support::EventFiringBridge#method_missing

Defined in:
lib/selenium/webdriver/support/event_firing_bridge.rb

#method_missing(meth) ⇒ Object (private)

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.

rubocop:disable Style/MissingRespondToMissing



123
124
125
# File 'lib/selenium/webdriver/support/event_firing_bridge.rb', line 123

def method_missing(meth, ...) # rubocop:disable Style/MissingRespondToMissing
  @delegate.__send__(meth, ...)
end