module Prickle::Capybara::XPath

Public Class Methods

for_element_with(type, identifier) click to toggle source
# File lib/prickle/capybara/xpath.rb, line 6
def self.for_element_with type, identifier
  XPath::Element.new(type,identifier).to_s
end