anurag_perl has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

How can we select an element in drop down list using xpath. When I click the drop down list, the list shows up and the command I used to choose is select : Command : select Target : //div[@id='uki-list-3121-row-2']/span Value : Platform test I am not able to select it....Can anyone help Regards, Anurag

Replies are listed 'Best First'.
Re: Selenium : How to select an element in drop down list?
by Anonymous Monk on Jan 11, 2012 at 09:04 UTC

    Are you asking about interactive webpage, when you call some selenium api of some sort, and select a drop down list, and the api says it got selected, but it doesn't look selected?