Class: Selenium::WebDriver::Remote::Bridge
- Inherits:
-
Object
- Object
- Selenium::WebDriver::Remote::Bridge
- Defined in:
- lib/shoot/scenario.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.
11 12 13 |
# File 'lib/shoot/scenario.rb', line 11 def http_curb @http_curb end |
Instance Method Details
#http ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/shoot/scenario.rb', line 12 def http unless @http_curb @http_curb = Http::Curb.new @http_curb.server_url = @http.send(:server_url) end @http_curb end |