try this xpath: //option[@value='IND']/text()
assuming this is a dropdown with multiple options, it would give you dynamic text() for that item whose option value is 'IND'.