This step definition pauses the test for a specific period or until the page and its parts are fully loaded. Maximum wait time in seconds can be provided.
When (I |we )*wait max of (\d*)( second| seconds|s)?
It will make the testing wait for a period of time until the page and its elements are loaded or the specified maximum number of seconds is reached.
Example:s
When I wait max of 1 second
When I wait max of 5 seconds
When we wait max of 3s
When wait max of 2s
When wait max of 2 seconds
When we wait max of 1 second
When we wait max of 5 seconds
When we wait max of 4s