Instantly share code, notes, and snippets.

anonymous /method.java Secret
Created Nov 29, 2017

Embed
What would you like to do?
method
public void checkForSummaryScreenOneBef(WebDriver driver){
insurerCheck.setDriver(driver);
insurerCheck.setInsNameField();
validationForNameIns= insurerCheck.valueOfNameAndSurnameIns;
System.out.println(validationForNameIns);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment