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

Since:

  • 1.0.0

Defined Under Namespace

Modules: AutoLoad, Factory, HTMLDump, Loader, Profile, Screenshot

Class Method Summary collapse

Class Method Details

Prints the current browser URL

Since:

  • 1.2.0



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