class AppPrism::Sections::ScreenSection

Public Instance Methods

get_element_for(identifiers) click to toggle source
# File lib/app_prism/sections/screen_section.rb, line 10
def get_element_for(identifiers)
  nested_element(identifiers)
end
get_elements_for(identifiers) click to toggle source
# File lib/app_prism/sections/screen_section.rb, line 14
def get_elements_for(identifiers)
  nested_elements(identifiers)
end