Right now the selector has to be explicit i.e.
element :foo, "#foo"
Add a convention so that by default the element name is same as the ID of the equivalent html element. So if I have an element with id=foo, capypage should default to use that for selection.