Module: QAT::Web::Browser
- Includes:
- Logger
- Defined in:
- lib/qat/web/browser/factory.rb,
lib/qat/web/browser.rb,
lib/qat/web/browser/loader.rb,
lib/qat/web/browser/profile.rb,
lib/qat/web/browser/autoload.rb,
lib/qat/web/browser/html_dump.rb,
lib/qat/web/browser/screenshot.rb,
lib/qat/web/browser/firefox/loader/helper.rb
Overview
Browser namespace
Defined Under Namespace
Modules: AutoLoad, Factory, HTMLDump, Loader, Profile, Screenshot
Class Method Summary collapse
-
.print_url ⇒ Object
Prints the current browser URL.
Class Method Details
.print_url ⇒ Object
Prints the current browser URL
17 18 19 |
# File 'lib/qat/web/browser.rb', line 17 def print_url log.info "The current URL is #{Capybara.current_session.current_url}" end |