Skip to content

Instantly share code, notes, and snippets.

@msassak
Created July 14, 2010 03:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msassak/474961 to your computer and use it in GitHub Desktop.
Save msassak/474961 to your computer and use it in GitHub Desktop.
module LastRequestResponse
def last_request
page.driver.last_request
end
def last_response
page.driver.last_response
end
end
World(LastRequestResponse)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment