class Selenium::WebDriver::Support::EventFiringBridge

def create_element(ref)

def create_element(ref)
  # hmm. we're not passing self here to not fire events for potential calls made by the listener
  Element.new @delegate, ref
end