Example of “waitForAllFields” and “waitForAllButtons” command in selenium IDE
“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 … Read more