Method: #check_selector

Defined in:
lib/applenium/web/web_methods.rb

#check_selector(type) ⇒ Object



8
9
10
# File 'lib/applenium/web/web_methods.rb', line 8

def check_selector type
  raise "Please use correct locator only id,name,css,xpath are supported - #{type}" unless check_valid_locator_type? type
end