How to get selected label(name) from drop down

Hi
How to get the selected name from the drop-down.
I used getAttribute but it gets the id not name

Try this:

String strValue = WebUI.getAttribute(findTestObject(strObjectName), ‘value’)