This is what I am trying to do:
- Open my web application
- Go to the details page to create a new entity
- While creating entity, I need to select some values form the drop down and record it on Selenium IDE
- Did all the above steps, they were recorded into Selenium IDE
- When I play back, it is trowing an error whenever it is trying to run the script, where some selections from dropdown is needed.
Have been stuck with this for quite sometime now. Tried using "focus", but it did not work as well. Please, can anyone help in this regards ?