Method: PageObject::Elements.tag_to_class

Defined in:
lib/page-object/elements.rb

.tag_to_classObject

method to return the collection of tag_name to class mappings



8
9
10
# File 'lib/page-object/elements.rb', line 8

def tag_to_class
  @tag_to_class ||= {}
end