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
.configuration ⇒ Object
28
29
30
|
# File 'lib/browsed.rb', line 28
def self.configuration
@configuration ||= ::Browsed::Configuration.new
end
|
Class Method Details
36
37
38
|
# File 'lib/browsed.rb', line 36
def self.configure
yield(configuration)
end
|