Options
Name | Description | Example |
---|---|---|
selector | HTML tag, ID, CSS class, attribute, or $ | - selector: ul.selected li:first-child |
text | Text content | - text: Hello World! |
index | Index of element; is 0-indexed | - index: 3 |
count | Number of elements | - count: 10 |