class Selenium::WebDriver::ShadowRoot

def ==(other)

def ==(other)
  other.is_a?(self.class) && ref == other.ref
end