Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/api/commands/press.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ If your application prevents the default behavior of the `beforeunload` event, t

## History

| Version | Changes |
| ----------------------------------- | ----------------------------------------------------------------------------------- |
| [14.3.0](/app/references/changelog) | Added the `.press()` command |
| [15.1.0](/app/references/changelog) | Expanded support to include named keys and single+multi-codepoint UTF-8 characters. |
| Version | Changes |
| ------------------------------------------ | ----------------------------------------------------------------------------------- |
| [15.1.0](/app/references/changelog#15-1-0) | Expanded support to include named keys and single+multi-codepoint UTF-8 characters. |
| [14.3.0](/app/references/changelog#14-3-0) | Added the `.press()` command |

## See also

Expand Down
2 changes: 1 addition & 1 deletion docs/api/commands/selectfile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ following:

| Version | Changes |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| [9.3.0](/app/references/changelog#9-3-0) | `.selectFile()` command added |
| [9.4.0](/app/references/changelog#9-4-0) | Support for `TypedArray` and `mimeType` property added. Default `fileName` name is no longer lost when working with aliases. |
| [9.3.0](/app/references/changelog#9-3-0) | `.selectFile()` command added |

### Community Recognition

Expand Down