Skip to content

Instantly share code, notes, and snippets.

@mallibone
Created August 18, 2016 15:56
Show Gist options
  • Save mallibone/a4212ae8843c3dc70d679e6094b9bd13 to your computer and use it in GitHub Desktop.
Save mallibone/a4212ae8843c3dc70d679e6094b9bd13 to your computer and use it in GitHub Desktop.
>>> app.Query(c => c.Css("#userForm\:usernameField"))
>>> app.Query(c => c.Css("#usernameField"))
Query for Css("usernameField") gave 0 results.
[
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment