Created
August 18, 2016 15:56
-
-
Save mallibone/a4212ae8843c3dc70d679e6094b9bd13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> 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