Sha256: e310a47fd0081fdaaade8b8ec92e75dd41d37d563bdeb5dc5cef1b60e14237c8

Contents?: true

Size: 337 Bytes

Versions: 7

Compression:

Stored size: 337 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, Use of UIWebView').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
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appium_lib-4.1.0 ios_tests/lib/ios/specs/common/web_context.rb
appium_lib-4.0.0 ios_tests/lib/ios/specs/common/web_context.rb
appium_lib-3.0.3 ios_tests/lib/ios/specs/common/web_context.rb
appium_lib-3.0.2 ios_tests/lib/ios/specs/common/web_context.rb
appium_lib-3.0.1 ios_tests/lib/ios/specs/common/web_context.rb
appium_lib-3.0.0 ios_tests/lib/ios/specs/common/web_context.rb
appium_lib-2.1.0 ios_tests/lib/ios/specs/common/web_context.rb