Skip to content

Commit

Permalink
docs(input): update version to v1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifigueira committed Aug 29, 2023
1 parent 756770b commit ee6134c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/src/api/class-androiddevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Optional package name to launch instead of default Chrome for Android.
* since: v1.29

### option: AndroidDevice.launchBrowser.keyboardLayout = %%-context-option-keyboard-layout-%%
* since: v1.**
* since: v1.38

## async method: AndroidDevice.longTap
* since: v1.9
Expand Down
4 changes: 2 additions & 2 deletions docs/src/api/class-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ await browser.CloseAsync();
* since: v1.9

### option: Browser.newContext.keyboardLayout = %%-context-option-keyboard-layout-%%
* since: v1.**
* since: v1.38

## async method: Browser.newPage
* since: v1.8
Expand Down Expand Up @@ -288,7 +288,7 @@ testing frameworks should explicitly create [`method: Browser.newContext`] follo
* since: v1.9

### option: Browser.newPage.keyboardLayout = %%-context-option-keyboard-layout-%%
* since: v1.**
* since: v1.38

## async method: Browser.startTracing
* since: v1.11
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api/class-browsertype.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ use a temporary directory instead.
* since: v1.8

### option: BrowserType.launchPersistentContext.keyboardLayout = %%-context-option-keyboard-layout-%%
* since: v1.**
* since: v1.38

## async method: BrowserType.launchServer
* since: v1.8
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api/class-electron.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ Maximum time in milliseconds to wait for the application to start. Defaults to `
* since: v1.36

### option: Electron.launch.keyboardLayout = %%-context-option-keyboard-layout-%%
* since: v1.**
* since: v1.38
4 changes: 2 additions & 2 deletions docs/src/api/class-keyboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,12 @@ Dispatches a `keyup` event.
Name of the key to press or a character to generate, such as `ArrowLeft` or `a`.

## async method: Keyboard.changeLayout
* since: v1.**
* since: v1.38

Changes keyboard layout.

### param: Keyboard.changeLayout.layoutName
* since: v1.**
* since: v1.38
- `layoutName` <[string]>

%%-template-keyboard-layouts-%%

0 comments on commit ee6134c

Please sign in to comment.