add optional label to dsl with selectors to improve test and output readability
e.g.
Before:
code: element('.actions ul li a').click();
output: element .actions ul li a click
After
code: element('.actions ul li a', "'Configuration' link").click();
output: element 'Configuration' link ( .actions ul li a ) click A
Andres Ornelas committed
34909520ae4b20ddf455adf72de8473e43cac1c6
Parent: 92e31b5
Committed by Elliott Sprehn <esprehn@gmail.com>
on 10/28/2010, 10:21:02 PM