Skip to content

Commit da2ef64

Browse files
Improve setChecked noWaitAfter woring
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent 1c649f1 commit da2ef64

File tree

1 file changed

+1
-1
lines changed
  • docs/sources/next/javascript-api/k6-browser/elementhandle

1 file changed

+1
-1
lines changed

docs/sources/next/javascript-api/k6-browser/elementhandle/setchecked.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use this method to select or unselect an `input` or `radio` checkbox.
1919
| ------------------- | ------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2020
| options | object | `null` | Optional parameters. |
2121
| options.force | boolean | `false` | Setting this to `true` will bypass the actionability checks (`visible`, `stable`, `enabled`). |
22-
| options.noWaitAfter | boolean | `false` | If set to `true` and a navigation occurs from performing this action, it will not wait for it to complete. |
22+
| options.noWaitAfter | boolean | `false` | If set to `true` and a navigation occurs from performing this action, the script won't wait for it to complete. |
2323
| options.position | object | `null` | A point to use relative to the top left corner of the element. If not supplied, a visible point of the element is used. |
2424
| options.position.x | number | `0` | The x coordinate. |
2525
| options.position.y | number | `0` | The y coordinate. |

0 commit comments

Comments
 (0)