hi,
Check out solution your problem here
http://seleniumforum.forumotion.net/index.htmbye
Inderpreet wrote:
There is drop down button in my web page,where I can select one of the three options : Red,Blue, Green. Suppose I select Red.
When I use verifyselectedlabel command it does not recognise drop down and shows error : ElementorganizationForm:receiverPanelTab:receiverTab:colorId not found
Command : verifyselectedlabel
Traget : organizationForm:receiverPanelTab:receiverTab:colorId
Value : Red
But when i use verifytextPresent then it recognizes Red text
Command : VerifyTextPresent
Target: Red
----------
Is it right to use verifytextpresent to verify drop down value?