HI
lets say i have a link that can not be identified in my html page like so:
<a href="/somthing/confirm_delete_somthing?&id=12">Delete this monitor</a>
can we have a xpath repersenting the link using the Delete this monitor
label?
somthing like //a[@label="Delete this monitor"]
thanks