Skip to content

Instantly share code, notes, and snippets.

@weissjeffm
Created September 3, 2013 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weissjeffm/6423930 to your computer and use it in GitHub Desktop.
Save weissjeffm/6423930 to your computer and use it in GitHub Desktop.
workaround
;; remove print-method for webdriver due to https://github.com/semperos/clj-webdriver/issues/105
(remove-method print-method org.openqa.selenium.WebDriver)
(remove-method print-method org.openqa.selenium.WebElement)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment