We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85469de commit 89a43daCopy full SHA for 89a43da
docs/docs.md
@@ -39,6 +39,7 @@ text | UIAStaticText
39
40
- `source` Prints a JSON view of the current page.
41
- `page` Prints the content descriptions and text values on the current page.
42
+- `page_class` Prints the classes found on the current page.
43
- `(Element) find(value)` Returns the first element that contains value.
44
- `(Element) finds(value)` Returns all elements containing value (iOS only for now).
45
- `(Element) name(name)` Returns the first element containing name. Android name is the content description.
0 commit comments