« Return to Thread: VerifySelectedLabel

Re: VerifySelectedLabel

by tommy234 :: Rate this Message:

Reply to Author | View in Thread

hi,
Check out solution your problem here
http://seleniumforum.forumotion.net/index.htm
bye

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?

 « Return to Thread: VerifySelectedLabel