class OLE_QA::Framework::OLELS::Renewal
The renewal popup page on the loan screen in the OLE Library System.
Public Class Methods
new(ole_session)
click to toggle source
Calls superclass method
OLE_QA::Framework::Page::new
# File lib/olels/pages/renewal.rb, line 18 def initialize(ole_session) # Initialize to the loan screen URL as this page is not accessed independently. url = ole_session.url + 'portal.do?channelTitle=Loan&channelUrl=' url += ole_session.url + 'ole-kr-krad/loancontroller?viewId=PatronItemView&methodToCall=start' super(ole_session, url) end
Public Instance Methods
set_elements()
click to toggle source
Calls superclass method
OLE_QA::Framework::Page#set_elements
# File lib/olels/pages/renewal.rb, line 25 def set_elements super end
set_functions()
click to toggle source
Calls superclass method
OLE_QA::Framework::Page#set_functions
# File lib/olels/pages/renewal.rb, line 29 def set_functions super end