如何测试下拉使用selenium ide

时间:2015-12-03 09:42:54

标签: selenium-ide

我是selenium的新手。我正在尝试在创建gmail帐户中选择八月份。但我的测试用例是失败的。任何帮助我。

enter image description here

1 个答案:

答案 0 :(得分:0)

此处找到一些解决方案:how to select value from a drop down using Selenium IDE

但是请尝试根据“值”从下拉菜单中选择“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>