In Google Chrome, inspect the element (aka open DevTools), make sure to select the correct HTML representation and then under Styles find the :hov symbol, click on it and select the appropriate 'open' state.

Firefox has the same feature.
If your dropdown element doesn't open via CSS pseudo classes, extract your JS code and manipulate its state to see it open all the time.