class Selenium::WebDriver::Support::EventFiringBridge

def method_missing(meth, *args, &blk)

def method_missing(meth, *args, &blk)
  @delegate.__send__(meth, *args, &blk)
end