Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
  • Loading branch information
mstoykov and heitortsergent authored Jan 25, 2024
1 parent e5b02fb commit a694eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sources/next/javascript-api/k6-html/element/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Element object provides a similar API to the [DOM Element API](https://devel

| Method | Description |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [selection](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-html/element/element-selection) | The selection that is matching the element |
| [selection](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-html/element/element-selection) | The selection matching the element. |
| nodeName | The name of the element. |
| nodeType | The type of the element. |
| nodeValue | The element value. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ excerpt: 'Retrieve the Selection matching this element.'

Retrieve the Selection matching this element.

Mimics `$(element)`
Mimics `$(element)`.

### Returns

| Type | Description |
| ------- | ------------------------------------ |
| Selection | The Selection mathing this element. |
| Selection | The Selection matching this element. |

### Example

Expand Down

0 comments on commit a694eeb

Please sign in to comment.