I have a hidden div element that when I click the link the visibility changes. In my Selenium IDE script I click the link and I see the div open but then it immediately closes. The rest of the scripts run, but in a demo I would like to keep that div open.
My steps are:
- click [Link that shows hidden div] -->It is here that it displays and then immediately hides it.
- focus [element inside div]
- assertValue [target element]
Is there a setting that I need or a step that needs to be added?