What is the difference between verify and assert commands?
Utilisateur anonyme
Assert allows to check whether an element is on the page or not. Verify command will check whether the element is on the page, if it is not then the test will carry on executing.