Sha256: c8e16e5689fe3cf271f391536465fcd0ab41a37f84aafdf0f4c0aa9182daabde
Contents?: true
Size: 328 Bytes
Versions: 3
Compression:
Stored size: 328 Bytes
Contents
module Furter module Accessors class AlertButton < View include Frank::Cucumber::FrankHelper def click wait_for_nothing_to_be_animating super end private def selector "view:'UIAlertView' view:'UIAlertButton' marked:'#{@locator[:text]}'" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
furter-0.0.3.2 | lib/furter/accessors/alert_button.rb |
furter-0.0.3.1 | lib/furter/accessors/alert_button.rb |
furter-0.0.3 | lib/furter/accessors/alert_button.rb |