class TestCentricity::AppLabel

Public Class Methods

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