i want to make an application in windows phone 8 that takes as input a String object and search the "view" to find if there is any view that has a title with that text(like a button with label "go") or from the id that i declared in the .xaml file. After this the goal is to find the view and to perform different actions like "click in a button, or write text in a Text Area) . Is that possible?