Selenium – The AndWait and the waitFor Commands
Difference between “AndWait” and the “waitFor” Commands The difference between a command and its AndWait alternative is that the regular command (e.g. click) will do the action and continue with the following command as fast as it can, while the AndWait alternative (e.g. clickAndWait) tells Selenium…