We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683ed45 commit d945b5bCopy full SHA for d945b5b
snippets/nightwatchsnippets.json
@@ -142,12 +142,12 @@
142
"getLocation": {
143
"prefix": "nwgetLocation",
144
"body": "getLocation(${1:selector}, ${2:callback})",
145
- "description": "getLocation(selector, callback)"
+ "description": "Determine an element's location on the page"
146
},
147
"getLocationInView": {
148
"prefix": "nwgetLocationInView",
149
"body": "getLocationInView(${1:selector}, ${2:callback})",
150
- "description": "getLocationInView(selector, callback)"
+ "description": "Determine an element's location on the screen once it has been scrolled into view"
151
152
"getTagName": {
153
"prefix": "nwgetTagName",
0 commit comments