我在点击动态变化下拉列表中包含的项目时遇到问题。所选项目确定第二个下拉框中的值列表。
这是下拉列表的html
<select id="f86_optSubject" class="GTOptionMenu GTFillHorizontal optSubject GTDisplay" onchange="this.changed=true;clientAPI.postEvent('f86_optSubject',1);" onblur="looseFocus();" onfocus="gainFocus('f86_optSubject');" size="1" name="f86_optSubject" title="subject field" tabindex="11"></select>
我在selenium IDE中记录了脚本并格式化了在eclipse中使用的代码,以便在selenium RC中运行
这是代码,我来自录音:
selenium.select("XPath=//select[contains(@class, 'optSubject')]", "label=AARP");
selenium.click("css=#f86_optSubject > option[value=\"AARP\"]");
上面的代码在selenium IDE上运行良好,但它在eclipse中抱怨
错误消息:找不到元素