Class: TestCentricity::AppElements::AppImage
- Inherits:
-
AppUIElement
- Object
- AppUIElement
- TestCentricity::AppElements::AppImage
- Defined in:
- lib/testcentricity_apps/app_elements/image.rb
Instance Attribute Summary
Attributes inherited from AppUIElement
#context, #locator, #mru_app_session, #mru_locator, #mru_object, #mru_parent, #name, #parent, #type
Instance Method Summary collapse
-
#initialize(name, parent, locator, context) ⇒ AppImage
constructor
A new instance of AppImage.
Methods inherited from AppUIElement
#clear, #click, #count, #disabled?, #double_tap, #drag_and_drop, #drag_by, #element, #enabled?, #exists?, #get_attribute, #get_caption, #get_locator, #get_name, #get_object_type, #get_value, #height, #hidden?, #hover, #id, #identifier, #long_press, #reset_mru_cache, #scroll_into_view, #selected?, #send_keys, #set, #swipe_gesture, #tap, #visible?, #wait_until_enabled, #wait_until_exists, #wait_until_gone, #wait_until_hidden, #wait_until_value_changes, #wait_until_value_is, #wait_until_visible, #width, #x_loc, #y_loc
Constructor Details
#initialize(name, parent, locator, context) ⇒ AppImage
Returns a new instance of AppImage.
4 5 6 7 |
# File 'lib/testcentricity_apps/app_elements/image.rb', line 4 def initialize(name, parent, locator, context) super @type = :image end |