Sha256: dce8c3be8079fbcc0334eb6c34fc24bf4999774b768dc02a741422c642c37215
Contents?: true
Size: 391 Bytes
Versions: 28
Compression:
Stored size: 391 Bytes
Contents
# Tests specifically for areas where the web_context differs in behaviour describe 'the web context' do t 'get_android_inspect' do text('Web').click set_context 'WEBVIEW' current_context.must_equal 'WEBVIEW_1' sleep 1 # Give a chance to load page.start_with?("\nhtml\n").must_equal true end t 'after_last' do set_context 'NATIVE_APP' back_click end end
Version data entries
28 entries across 28 versions & 1 rubygems