Sha256: d0a93789890df5d5283a5a90bb4d9300f625247b132851a0aa2e4398072d7d2b
Contents?: true
Size: 667 Bytes
Versions: 28
Compression:
Stored size: 667 Bytes
Contents
# rake android[android/patch] describe 'android/patch.rb' do t 'type' do # nav to textfield wait { find('app').click } wait { find('Search').click } wait { find('Invoke Search').click } wait { first_textfield.type 'ok' } wait { first_textfield.text.must_equal 'ok' } # TODO: how to invoke random am start commands? # nav to start activity # io.appium.android.apis/.ApiDemos # keyboard may exist, if it doesn't then an error will raise ignore { hide_keyboard } # return to app start back wait { find('Invoke Search') } back wait { find_exact('Search') } back wait { find('app') } end end
Version data entries
28 entries across 28 versions & 1 rubygems