Skip to content

Commit 2b91886

Browse files
authored
improve readme (#13)
improve readme
1 parent 3559ff6 commit 2b91886

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

README.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,28 @@
1111
* **Please help with rating/feedback which might be useful in improving this further**
1212

1313

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
1736

1837
* **attributeContains**(selector, attribute, expected, optionalMessage)
1938
* **attributeEquals**(selector, attribute, expected, optionalMessage)
@@ -172,9 +191,15 @@
172191
* **currentContext**(callback) - **future release**
173192
* **setContext**(context, optionalCallback) - **future release**
174193

175-
## Utilities / Debugging
194+
## Utilities-Debugging
176195

177196
* **pause**(ms, optionalCallback)
178197
* **useCss**(optionalCallback)
179198
* **useXpath**(optionalCallback)
180199
* **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

Comments
 (0)