Sha256: f5f9997dbfbcce0c39b8471c0c3b49ab0d228bcb7d1663503eb49919ee338073

Contents?: true

Size: 348 Bytes

Versions: 11

Compression:

Stored size: 348 Bytes

Contents

require "cello"
require File.dirname(__FILE__) + "/input_fields_module.rb"

module StaticPages
  module Site
    class IframePage < Cello::PageObjects::Page
      iframe "check", StaticPages::Site::InputIframe, :id => 'annoying-iframe'

      def url 
        'file://' + File.dirname(__FILE__) + '/../site/iframe.html'
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cello-0.0.35 features/pages/iframe.rb
cello-0.0.34 features/pages/iframe.rb
cello-0.0.33 features/pages/iframe.rb
cello-0.0.32 features/pages/iframe.rb
cello-0.0.31 features/pages/iframe.rb
cello-0.0.30 features/pages/iframe.rb
cello-0.0.29 features/pages/iframe.rb
cello-0.0.28 features/pages/iframe.rb
cello-0.0.27 features/pages/iframe.rb
cello-0.0.26 features/pages/iframe.rb
cello-0.0.25 features/pages/iframe.rb