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.4"
Class Attribute Summary collapse
Class Method Summary
collapse
Class Attribute Details
.configuration ⇒ Object
30
31
32
|
# File 'lib/browsed.rb', line 30
def self.configuration
@configuration ||= ::Browsed::Configuration.new
end
|
Class Method Details
38
39
40
|
# File 'lib/browsed.rb', line 38
def self.configure
yield(configuration)
end
|
.reset ⇒ Object
34
35
36
|
# File 'lib/browsed.rb', line 34
def self.reset
@configuration = ::Browsed::Configuration.new
end
|