Class: Selenium::WebDriver::Remote::Bridge
- Inherits:
-
Object
- Object
- Selenium::WebDriver::Remote::Bridge
- Defined in:
- lib/crossbrowsify/speedup.rb
Instance Attribute Summary collapse
-
#http_curb ⇒ Object
Returns the value of attribute http_curb.
Instance Method Summary collapse
Instance Attribute Details
#http_curb ⇒ Object
Returns the value of attribute http_curb.
7 8 9 |
# File 'lib/crossbrowsify/speedup.rb', line 7 def http_curb @http_curb end |
Instance Method Details
#http ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/crossbrowsify/speedup.rb', line 8 def http unless @http_curb @http_curb = Http::Curb.new @http_curb.server_url = @http.send(:server_url) end @http_curb end |