Class: Furter::Accessors::MapPin

Inherits:
View
  • Object
show all
Includes:
Frank::Cucumber::FrankHelper
Defined in:
lib/furter/accessors/map_pin.rb

Constant Summary

Constants included from Furter

TIMEOUT, VERSION

Instance Method Summary collapse

Methods inherited from View

#enabled?, #initialize, #next_responders, #visible?

Methods included from Furter

#exists?, #has_text?, included, #wait_for, #wait_for_and_touch, #wait_for_text

Constructor Details

This class inherits a constructor from Furter::Accessors::View

Instance Method Details

#clickObject



6
7
8
9
# File 'lib/furter/accessors/map_pin.rb', line 6

def click
  wait_for_nothing_to_be_animating
  super
end