Options: 
 First element - find first Java element in the tree that matches XPath; 
 All elements - find all Java elements in the tree that match XPath. 
 
Properties: 
 Xpath - path to the element on the screen interpreted as XPath; 
 Provider - the environment where the activity will be executed; 
 Element - the variable where the found element will be saved; 
 List - name of the variable where the list of found elements will be saved.