Skip to content

Instantly share code, notes, and snippets.

@jarib
Created June 23, 2010 14:00
Show Gist options
  • Save jarib/449954 to your computer and use it in GitHub Desktop.
Save jarib/449954 to your computer and use it in GitHub Desktop.
body = driver.find_element(:tag_name => "body")
dom = driver.execute_script("return new XMLSerializer().serializeToString(arguments[0])", body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment