module TestCentricity class AppButton < AppUIElement def initialize(name, parent, strategy, locator, context) super @type = :button end end end