class TestCentricity::AppButton

Public Class Methods

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