add a link to image elements [skip ci] (#12443)

* add a link to image elements [skip ci]
This commit is contained in:
Kazuaki Matsuo
2019-04-05 14:12:30 +09:00
committed by GitHub
parent 2188faacba
commit e646760a17
+2
View File
@@ -44,6 +44,8 @@ Note that the actual commands you would use in your test script differ based on
|`shouldUseCompactResponses`| Returns compact (standards-compliant) & faster responses in find element/s. Defaults to `true` | `false` or `true` |
|`elementResponseAttributes`| The comma-separated list of fields to return with each element. It works only `shouldUseCompactResponses` is `false`. Defaults to "type,label" in iOS, "" in Android. | e.g., `"name,text,rect,attribute/name,attribute/value"` |
[Image Elements](https://github.com/appium/appium/blob/master/docs/en/advanced-concepts/image-elements.md) also has image elements specific settings.
### Android Only
|Name|Description|Values|