You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1821,6 +1821,20 @@ Name | Type | Required | Description | Example
1821
1821
--- | --- | --- | --- | ---
1822
1822
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
1823
1823
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
+
1824
1838
## Applications Management
1825
1839
1826
1840
UiAutomator2 driver supports Appium endpoints for applications management:
0 commit comments