module TestCentricity class AppTextField < AppUIElement def initialize(name, parent, strategy, locator, context) super @type = :textfield end def get_placeholder element.text end end end