class Selenium::WebDriver::Remote::Bridge

Attributes

http_curb[RW]

Public Instance Methods

http() click to toggle source
# 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