Method: #check_valid_locator_type?

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

#check_valid_locator_type?(type) ⇒ Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/applenium/web/web_methods.rb', line 4

def check_valid_locator_type? type
  %w(id class css name xpath).include? type
end