Sha256: 5adff07bee1e28c85c313d79f822f8385862e37edb9649d8c633506d56b481f3

Contents?: true

Size: 170 Bytes

Versions: 11

Compression:

Stored size: 170 Bytes

Contents

require "cello"

module StaticPages
  module Site
    class Firefox < Cello::PageObjects::Browser
      def initialize
        super :firefox
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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