How can I pass variable to pause command and use this variable with pause command in other parts of test suite in Selenium IDE? I want to define time variable at the begining of test suite and use that time variable in other parts of test suite like following.
pause $variable
