We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdcc83 commit e62ae5eCopy full SHA for e62ae5e
README.md
@@ -50,6 +50,9 @@ As of now, crema has the following:
50
* `takeScreenshot(String filename)`
51
* `takeScreenshot(boolean timestamp)` - timestamp is not added if false
52
* `takeScreenshot(String file, boolean addTimestamp)`
53
+* <b>[Fetchers](https://github.com/checkdroid/crema/wiki/Fetchers)</b>
54
+ * `TextFetcher` class to get the text contained in a particular node
55
+ * `ViewTreeFetcher` class to get the espresso view tree (different from UIAutomator view tree)
56
* <i>More coming soon</i>..
57
58
# Support
0 commit comments