class TestCentricity::AppImage
Public Class Methods
new(name, parent, locator, context)
click to toggle source
Calls superclass method
TestCentricity::AppUIElement::new
# File lib/testcentricity/app_elements/image.rb, line 3 def initialize(name, parent, locator, context) super @type = :image end