@Then("^I enter \"([^\"]*)\" in the sticky header form phone field$")
 public void sticky_header_phone_form_field(String value) throws Throwable {
   Thread.sleep(3000);
   detailPage.PopulateStickyPhoneField(value);
   System.out.println("Populated the name Field with " + value);
 }