Skip to content

Commit 4c5d748

Browse files
authored
Updated the readme start text
1 parent 48231fe commit 4c5d748

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
Testura.Android.PageObjectCreator is a tool to:
44

5-
- Inspect the UI hierarchy of your Android device.
6-
- Create page objects that can be used with the Testura.Android automation framework.
7-
- Generate all code for the page objects.
5+
- Dump the UI hierarchy
6+
- Inspect all nodes inside the UI both visually and through a simple hierarchy tree view
7+
- Select nodes and decide how we should grab them in our framework later (by using text, id, class, etc)
8+
- Generate code for the page object (will generate class, constructor and all required fields).
9+
- See the activity and package name for a view/application
810

911
![Testura Logo](http://www.testura.net/Content/Images/PageObject/Testura3.Png)
1012

0 commit comments

Comments
 (0)