module Selenium
    module Matchers
      class HaveXpath
        def initialize(expected)
          @expected = expected