Module: NewsMethods

Includes:
PageObject
Defined in:
lib/kuali-sakai-common-lib/news.rb

Class Method Summary collapse

Class Method Details

.page_elements(identifier) ⇒ Object



3
4
5
6
7
# File 'lib/kuali-sakai-common-lib/news.rb', line 3

def self.page_elements(identifier)
  in_frame(identifier) do |frame|

  end
end