Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
spnraju committed Jul 17, 2019
2 parents b248a8a + 2b91886 commit 7c712fa
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,28 @@
* **Please help with rating/feedback which might be useful in improving this further**


**List of commands :**

## Assert/Verify
# Table of Contents
- Commands
- [Assert-Verify](#Assert-Verify)
- [Finding Elements](#Finding-Elements)
- [Element Interaction](#Element-Interaction)
- [Element State](#Element-State)
- [Element Location](#Element-Location)
- [Protocol Element Commands](#Protocol-Element-Commands)
- [Document Handling](#Document-Handling)
- [Sessions](#Sessions)
- [Navigation](#Navigation)
- [Window Related](#Window-Related)
- [Cookies](#Cookies)
- [User Actions](#User-Actions)
- [User Prompts](#User-Prompts)
- [Screen Capture](#Screen-Capture)
- [Mobile Related](#Mobile-Related)
- [Utilities-Debugging](#Utilities-Debugging)
- Issues/Feedback/Request for Features
- [Feedback or Issues](#Feedback-or-Issues)

## Assert-Verify

* **attributeContains**(selector, attribute, expected, optionalMessage)
* **attributeEquals**(selector, attribute, expected, optionalMessage)
Expand Down Expand Up @@ -172,9 +191,15 @@
* **currentContext**(callback) - **future release**
* **setContext**(context, optionalCallback) - **future release**

## Utilities / Debugging
## Utilities-Debugging

* **pause**(ms, optionalCallback)
* **useCss**(optionalCallback)
* **useXpath**(optionalCallback)
* **perform**(callback)

# Feedback or Issues

Please feel free to open an issue [here](https://github.com/spnraju/vscode-nightwatchjs-snippets/issues) for any issue/feedback or request for enhancement

**Thank you for using this extension!**

0 comments on commit 7c712fa

Please sign in to comment.