I cannot locate err_message
elements for email and password. I'm getting an error as:
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"body > div:nth-child(1) > div:nth-child(4) > form:nth-child(2) > div:nth-child(1) > p:nth-child(3)"}
Tried with:
.form-signin .form_item .err_message:nth-child(1), .err_message:nth-of-type(1)
HTML snapshot: