Class: TestSteps::Handlers::BrowserRefresh
- Defined in:
- lib/functions/handlers/browser_refresh.rb
Instance Method Summary collapse
Methods inherited from Base
#login_button, #login_check, #login_process, #mem_word_check, #open_url_process, perform, #portal_mem_word, register
Instance Method Details
#perform(_step_attributes) ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/functions/handlers/browser_refresh.rb', line 8 def perform(_step_attributes) Browser.b.refresh MyLog.log.info('The Browser has been refreshed') true rescue StandardError MyLog.log.warn('The Browser failed to refresh') false end |