Showing posts with label waitForAllFields command. Show all posts
Showing posts with label waitForAllFields command. Show all posts

"waitForAllFields" Command

Sometimes when page speed or internet speed is too much slow and page taking too much time to load its element in that case if your targeted element not appears on page withing timeout period then your script will fail. In such cases you need to use commands like "waitForAllFields" and "waitForAllButtons" in selenium IDE.

There are 3 types of assertions available in selenium IDE
1. assert
2. verify
3. waitfor

"waitForAllFields" command will pause the selenium till the given time in value column if the fields which are specified in target column are not appear on the page. Here field means input fields. In bellow given example,