I have getting this error, on running script in Selenium IDE on Firefox.
[error] Option with label 'Morning' not found
Following link has image which shows the part of script which causes error on running this command.
This error doesn't occur when the script run speed is set to medium speed. But I need to run it in fast speed mode. So what command to use so that the error gets removed in fast speed mode.
Insert "pause" command before the "Morning" label check command.
you can increase the pause target and check.
refer these too
http://www.software-testing-tutorials-automation.com/2012/11/pause-refresh-and-waitforpagetoload.html
For better solution refer below link. Other than using pause, below article explains how to use commands like "waitfor"
http://www.softwaretestingclub.com/profiles/blogs/selenium-ide-hints-intro-recording-waiting