Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to assign the text box value to a variable
- var checkEmail = driver.FindElement(By.Id("Email"));
- string foundEmail = checkEmail.Text;
- string selectedEmail = "[email protected]";
- Assert.AreEqual(foundEmail, selectedEmail);
Advertisement
Add Comment
Please, Sign In to add comment