Sha256: 6925518e1ed7a68df60ece09f8b8abb0b63089e400bd5f2c3c19a88abbe98261
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
module TestCentricity class AppTextField < AppUIElement def initialize(name, parent, strategy, locator, context) super @type = :textfield end def get_placeholder element.text end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
testcentricity-2.3.13 | lib/testcentricity/app_elements/textfield.rb |