enter image description hereenter image description here
I wants to verify value that is present in Display Name field. After entering First Name Display Name will populates automatically. display name value is present in front-end but not present in DOM. I tried with driver.webdriver.findElement(By.id("DisplayName")).getText(); and String abc= driver.webdriver.findElement(By.id("DisplayName")).getAttribute("value");
Aucun commentaire:
Enregistrer un commentaire