# File lib/selenium/webdriver/remote/response.rb, line 11 def initialize(code, payload = nil) @code = code @payload = payload || {} assert_ok end