Skip to content

Instantly share code, notes, and snippets.

@semperos
Created October 24, 2011 20:43
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 semperos/1310181 to your computer and use it in GitHub Desktop.
Save semperos/1310181 to your computer and use it in GitHub Desktop.
WebDriver instantiatePage
(import 'org.openqa.selenium.WebDriver)
(defrecord MyPage [^WebDriver driver])
(.getConstructor MyPage (into-array ^java.lang.Class [WebDriver]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment