I'll add a little more to this question to make it clearer. I currently have a button that I want to click using Chrome. When I use the "Map New Object" option on this button I get:
Aliases.chrome.pageBlahBlahCo.panelPopupaui330311554.panelAui330311563.panel.panelAui330311553.buttonAui330316187
We are using YUI for these pages so many of the elements have IDs that change. I don't want to have to set IDs for each of the panels above. If I add an ID to just the button itself, how can I just map to the ID and not have the path to the other panels? Do I have to set hard-coded IDs to each of the parent panels for this to work?
How can I call an object on the page by just using its ID?
Is there any way to grab objects by using a CSS Selector?