如何使用 selenium ide 测试下拉菜单

How to test dropdown usign selenium ide

我是 selenium.I 的新手,我正在尝试 select 8 月创建 gmail account.But 我的测试用例是 failing.can 任何帮助我。

在这里找到了一些解决方案:how to select value from a drop down using Selenium IDE

但试试这个根据 "value" 从下拉列表中选择 "saab" 的片段:

<tr>
    <td>open</td>
    <td>http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select</td>
    <td></td>
</tr>
<tr>
    <td>select</td>
    <td>//select</td>
    <td>value=saab</td>
</tr>