selenium-google-code-issue-archive icon indicating copy to clipboard operation
selenium-google-code-issue-archive copied to clipboard

In selenium IDE 2.8.0 unable to select values from drop down list

Open lukeis opened this issue 8 years ago • 2 comments

Originally reported on Google Code with ID 8349

****Steps to Reproduce the problem****

1.Launch Selenium IDE 2.8.0
2.Enter URL
3.Enable Record option
4.Record a drop down functionality
5.Select a value from the list

****Pre-recorded test case****

<tr>
    <td>select</td>
    <td>id=batchname</td>
    <td>label=BATCH-1</td>
</tr>
<tr>
    <td>click</td>
    <td>css=option[value=&quot;BATCH-1&quot;]</td>
    <td></td>
</tr>



****or****

Select              id=batchname             label=batchname
click               css=option[value=&quot;BATCH-1&quot;]


****Source code****

<select id="batchname" class="FieldTextBox" onchange="checkWhetherScheduleExists()"
name="batch">
<option value="">select batch</option>
<option value="BATCH-1">BATCH-1</option>

****What is the expected output?****

1.Batch should be selected

****What do you see instead?****

1. Batch is not selecting


Selenium version:2.8.0
OS:windows 7
Browser:fire fox
Browser version:34.0.5

Thanks in advance

Reported by nvarun1991 on 2014-12-31 07:17:19

lukeis avatar Mar 04 '16 09:03 lukeis

Reported by barancev on 2015-01-17 23:29:31

  • Labels added: Component-IDE

lukeis avatar Mar 04 '16 09:03 lukeis

Reported by luke.semerau on 2015-09-17 17:47:30

  • Labels added: Restrict-AddIssueComment-Commit

lukeis avatar Mar 04 '16 09:03 lukeis