From 89a43da27d3629d5a4f3dc521fefb6e00a97ad2e Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Mon, 1 Jul 2013 11:15:50 -0400 Subject: [PATCH] Update docs.md --- docs/docs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs.md b/docs/docs.md index 5ccca9b5..8de139a3 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -39,6 +39,7 @@ text | UIAStaticText - `source` Prints a JSON view of the current page. - `page` Prints the content descriptions and text values on the current page. +- `page_class` Prints the classes found on the current page. - `(Element) find(value)` Returns the first element that contains value. - `(Element) finds(value)` Returns all elements containing value (iOS only for now). - `(Element) name(name)` Returns the first element containing name. Android name is the content description.