cityStateZipText().click();
//By accessing the corresponding cell in the current record from excel sheet
placeAnOrder().inputChars(dprec.getCell(4).getStringValue());
// Frame: Place an Order – Click on Phone
phoneText().click();
//By accessing the corresponding cell in the current record from excel sheet
placeAnOrder().inputChars(dprec.getCell(5).getStringValue());
// Frame: Place an Order
placeOrder2().click();
//Order Confirmation
ok2().click();
//Iterating to the Next Record
dpitr.dpNext();
}
// Close Application
classicsJava(ANY,MAY_EXIT).close();
}
}

