Skip to content

Commit 0c42ef6

Browse files
authored
feat: add mobile: setStylusHandwriting behind a security flag (#990)
1 parent 1de2360 commit 0c42ef6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,20 @@ Name | Type | Required | Description | Example
18211821
--- | --- | --- | --- | ---
18221822
action | string | yes | The action to execute on the NFC adapter. The following actions are supported: `enable`, `disable`. Calling the same action more than once is a noop. | disable
18231823

1824+
### mobile: setStylusHandwriting
1825+
1826+
Allows to control the stylus handwriting feature on the device under test. Available since driver version 7.1.0.
1827+
This extension requires the `uiautomation2:set_stylus_handwriting` server command line feature to be enabled.
1828+
1829+
Disabling the stylus handwriting will help to prevent blocking text input by the demo view.
1830+
See [this ticket](https://github.com/appium/appium-uiautomator2-driver/issues/909) for more details.
1831+
1832+
#### Arguments
1833+
1834+
Name | Type | Required | Description | Example
1835+
--- | --- | --- | --- | ---
1836+
enabled | boolean | yes | Whether to enable or disable the stylus handwriting feature. | true
1837+
18241838
## Applications Management
18251839

18261840
UiAutomator2 driver supports Appium endpoints for applications management:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"dependencies": {
6060
"appium-adb": "^14.0.0",
61-
"appium-android-driver": "^13.0.0",
61+
"appium-android-driver": "^13.1.0",
6262
"appium-uiautomator2-server": "^9.11.1",
6363
"asyncbox": "^6.0.1",
6464
"axios": "^1.13.5",

0 commit comments

Comments
 (0)