Locates a form field based on a label element in the HTML source. This can be useful in order to verify that a field is pre-filled with the correct value.
Example:
field_labeled("First name").value.should == "Bryan"
[Validate]