Module: Browsed

Defined in:
lib/browsed.rb,
lib/browsed/chrome.rb,
lib/browsed/client.rb,
lib/browsed/errors.rb,
lib/browsed/firefox.rb,
lib/browsed/manager.rb,
lib/browsed/version.rb,
lib/browsed/constants.rb,
lib/browsed/poltergeist.rb,
lib/browsed/configuration.rb

Defined Under Namespace

Modules: Chrome, Firefox, Poltergeist Classes: Client, Configuration, Constants, Manager, PotentiallyStaleProxyError, TooManyProcessesError

Constant Summary collapse

VERSION =
"0.2.2"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject



28
29
30
# File 'lib/browsed.rb', line 28

def self.configuration
  @configuration ||= ::Browsed::Configuration.new
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



36
37
38
# File 'lib/browsed.rb', line 36

def self.configure
  yield(configuration)
end

.resetObject



32
33
34
# File 'lib/browsed.rb', line 32

def self.reset
  @configuration = ::Browsed::Configuration.new
end