# File lib/selenium/webdriver/remote/bridge.rb, line 414 def elementEquals(element, other) execute :elementEquals, :id => element.ref, :other => other.ref end