Skip to content

Commit fa77432

Browse files
authored
chore: docs for tooltip-text and text-has-clickable-span fields (#912)
1 parent 237cfb1 commit fa77432

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ content-invalid | If the content of this element is invalid. For example, a date
239239
error | The error text of the element. | 'text string'
240240
pane-title | Title of the pane represented by this element. Available for API 28+ | 'text string'
241241
actions | The comma-separated id names of the available accessibility actions for the element from [getActionList](https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo#getActionList()). Available only if `includeA11yActionsInPageSource` setting is turned on. | 'ACTION_FOCUS,ACTION_SELECT,ACTION_CLEAR_SELECTION,ACTION_CLICK,ACTION_ACCESSIBILITY_FOCUS,ACTION_NEXT_AT_MOVEMENT_GRANULARITY,ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY,ACTION_SET_SELECTION,ACTION_SHOW_ON_SCREEN'
242+
tooltip-text | The result of [getTooltipText](https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo#getTooltipText()). Could be `null`, available for API 28+ | 'Paste'
243+
text-has-clickable-span | Indicates whether the `TextView` content contains `ClickableSpan` or `URLSpan` elements, `null` in all other cases. | 'true'
242244

243245

244246
## Element Location

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"appium-adb": "^12.12.0",
6060
"appium-android-driver": "^10.3.10",
61-
"appium-uiautomator2-server": "^7.4.0",
61+
"appium-uiautomator2-server": "^7.7.0",
6262
"asyncbox": "^3.0.0",
6363
"axios": "^1.6.5",
6464
"bluebird": "^3.5.1",

0 commit comments

Comments
 (0)