We are using Selenium IDE testing tool in our web application. I am confused in using select command; I need to select one value from a drop down using select command.
In select ( selectLocator,optionLocator ) what can we give in place of selectLocator and optionLocator for selecting one option from dropdown list?