Sha256: 633e9e76a983e58abc8bc7a22ba74392612889c7b130b84ad5a7966afb8052e8

Contents?: true

Size: 242 Bytes

Versions: 5

Compression:

Stored size: 242 Bytes

Contents

module Pages
  class Home < ::SitePrism::Page
    # UIANavigationBar
    #   name: UICatalog
    elements :navigation_bar, :accessibility_id, 'UICatalog'

    section :action_sheets_section, Sections::Sheets, :name, 'Action Sheets'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
appium_capybara-3.0.0 example/spec/home_page.rb
appium_capybara-2.1.1 example/spec/home_page.rb
appium_capybara-2.1.0 example/spec/home_page.rb
appium_capybara-2.0.2 example/spec/home_page.rb
appium_capybara-2.0.1 example/spec/home_page.rb