Check what the value of a dropdown is displaying when accessing a web page

I have a dropdown box which I can happily alter the value of the list which contains the values ‘Active’ & ‘Inactive’ but how do I see which value is showing when the page is loaded?

Hi,
You should open the dropdown and check if you see the one you are looking for in the dropdown list. Chek with I.see() or I.waitForText() commands