Fetching the data from the Drop Down menu..!! | Selenium Forum
M
Posted on 08/12/2015
Hi,

I am trying to store all my drop down list items into one array by using selenium webdriver but I am not getting any proper method which can store all the items to an array.There is one method getselectoption() but this is being used by Selenium RC Tool. Please let me know if there's any other method which I can use using selenium webdriver.

M
Replied on 09/12/2015

you can use

getAttribute("name of the attribute")