Class: AElement
- Inherits:
-
ElementBase
- Object
- ElementBase
- AElement
- Includes:
- Calabash::Android::Operations, Calabash::Android::TextHelpers, Calabash::Android::WaitHelpers
- Defined in:
- lib/CalabashPageObjects/aelement.rb
Overview
The android specific implementation of ElementBase.
Instance Attribute Summary
Attributes inherited from ElementBase
Instance Method Summary collapse
-
#initialize(*args) ⇒ AElement
constructor
A new instance of AElement.
Methods inherited from ElementBase
#check, #checked?, #input, #look_for, #present?, #prod, #screen_query, #text, #uncheck, #when_not_visible, #when_visible
Constructor Details
#initialize(*args) ⇒ AElement
Returns a new instance of AElement.
7 8 9 10 |
# File 'lib/CalabashPageObjects/aelement.rb', line 7 def initialize(*args) @wait_error = Calabash::Android::WaitHelpers::WaitError super(*args) end |