|
11 | 11 | * **Please help with rating/feedback which might be useful in improving this further**
|
12 | 12 |
|
13 | 13 |
|
14 |
| -**List of commands :** |
15 |
| - |
16 |
| -## Assert/Verify |
| 14 | +# Table of Contents |
| 15 | +- Commands |
| 16 | + - [Assert-Verify](#Assert-Verify) |
| 17 | + - [Finding Elements](#Finding-Elements) |
| 18 | + - [Element Interaction](#Element-Interaction) |
| 19 | + - [Element State](#Element-State) |
| 20 | + - [Element Location](#Element-Location) |
| 21 | + - [Protocol Element Commands](#Protocol-Element-Commands) |
| 22 | + - [Document Handling](#Document-Handling) |
| 23 | + - [Sessions](#Sessions) |
| 24 | + - [Navigation](#Navigation) |
| 25 | + - [Window Related](#Window-Related) |
| 26 | + - [Cookies](#Cookies) |
| 27 | + - [User Actions](#User-Actions) |
| 28 | + - [User Prompts](#User-Prompts) |
| 29 | + - [Screen Capture](#Screen-Capture) |
| 30 | + - [Mobile Related](#Mobile-Related) |
| 31 | + - [Utilities-Debugging](#Utilities-Debugging) |
| 32 | +- Issues/Feedback/Request for Features |
| 33 | + - [Feedback or Issues](#Feedback-or-Issues) |
| 34 | + |
| 35 | +## Assert-Verify |
17 | 36 |
|
18 | 37 | * **attributeContains**(selector, attribute, expected, optionalMessage)
|
19 | 38 | * **attributeEquals**(selector, attribute, expected, optionalMessage)
|
|
172 | 191 | * **currentContext**(callback) - **future release**
|
173 | 192 | * **setContext**(context, optionalCallback) - **future release**
|
174 | 193 |
|
175 |
| -## Utilities / Debugging |
| 194 | +## Utilities-Debugging |
176 | 195 |
|
177 | 196 | * **pause**(ms, optionalCallback)
|
178 | 197 | * **useCss**(optionalCallback)
|
179 | 198 | * **useXpath**(optionalCallback)
|
180 | 199 | * **perform**(callback)
|
| 200 | + |
| 201 | +# Feedback or Issues |
| 202 | + |
| 203 | +Please feel free to open an issue [here](https://github.com/spnraju/vscode-nightwatchjs-snippets/issues) for any issue/feedback or request for enhancement |
| 204 | + |
| 205 | +**Thank you for using this extension!** |
0 commit comments