camiloribeiro/cello

View on GitHub
lib/cello/pageobjects/iframe.rb

Summary

Maintainability
A
0 mins
Test Coverage
Dir[File.dirname(__FILE__) + "/html_elements/*.rb"].each do |file| 
  require file 
end

module Cello
  module PageObjects
    module Iframe
      include Cello::PageObjects::ElementHelper
    end
  end
end