Appium Studio for Eclipse - Repository View
The repository view enables you to view the elements and its identification**,** page-wise in the repository.
Actions in the Toolbar
- Refresh the view
- Change the object order by pushing the selected object down in the object order.
- Change the object order by pushing the selected object up in the object order.
- Delete the selected object.
- Identify the selected object in the active device
- Edit the selected object.
Icons in the Object Rows
The first column with icons describes object context, drag it into your code to add a command that switches to the appropriate context (Appium Nature Only).
- Instrumented
- Non instrumented
- Web
Drag these icons to add commands:
- Click
- Send keys
- Wait for element command.
info
Dragging the mouse from any other place in the repository item, to code, will be translated to findElement command in Appium Nature, and verifyElementFound command in SeeTest Nature.