Sha256: 5bf31090d7fac9958b962a72ad791cc4f43c81575cc8c88fde5ca5f51de21f23
Contents?: true
Size: 298 Bytes
Versions: 3
Compression:
Stored size: 298 Bytes
Contents
module Gametel module Views class Text < View def view_class 'android.widget.EditText' end def hint platform.get_text_hint(locator) end def description platform.get_text_description(locator) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gametel-0.8 | lib/gametel/views/text.rb |
gametel-0.7 | lib/gametel/views/text.rb |
gametel-0.6 | lib/gametel/views/text.rb |