- sreekumarActive particpant
- Posts : 16
Join date : 2011-12-27
Age : 39
Location : Hyderabad
Is there any property to get selected item from the list?
Mon Apr 02, 2012 9:53 pm
Hi All
i was tried to get the selected value from the list with the 'getAttribute(value)'. But it is not coming.
i am used driver.findbyelement(by.id("lstname")).getAttribute("value"). but it is not working.
Please give me any other methods to get the value of selected item from the list...
i was tried to get the selected value from the list with the 'getAttribute(value)'. But it is not coming.
i am used driver.findbyelement(by.id("lstname")).getAttribute("value"). but it is not working.
Please give me any other methods to get the value of selected item from the list...
Re: Is there any property to get selected item from the list?
Tue Apr 10, 2012 2:04 pm
hi,
try with following command
storeSelectedId ( selectLocator, variableName )
Gets option element ID for selected option in the specified select element.
Arguments:
selectLocator - an element locator identifying a drop-down menu
variableName - the name of a variable in which the result is to be stored.
Returns:
the selected option ID in the specified select drop-down
you can use selenium and web-driver commands in same code; that's the charm of selenium 2.
Best of luck.
bye
try with following command
storeSelectedId ( selectLocator, variableName )
Gets option element ID for selected option in the specified select element.
Arguments:
selectLocator - an element locator identifying a drop-down menu
variableName - the name of a variable in which the result is to be stored.
Returns:
the selected option ID in the specified select drop-down
you can use selenium and web-driver commands in same code; that's the charm of selenium 2.
Best of luck.
bye
Permissions in this forum:
You cannot reply to topics in this forum