Module: Horseman::Browser

Defined in:
lib/horseman/browser.rb,
lib/horseman/browser/output.rb,
lib/horseman/browser/window.rb,
lib/horseman/browser/location.rb

Defined Under Namespace

Classes: Browser, Location, Output, Window

Class Method Summary collapse

Class Method Details

.with_base_url(base_url, options = {}) ⇒ Object



10
11
12
# File 'lib/horseman/browser.rb', line 10

def self.with_base_url(base_url, options={})
  Browser.new(Connection.new, JavascriptEngine.new, base_url, options)
end