aaallll 发表于 2016-10-25 14:12:42

下拉框无法取到值

//根据id定位取值
public void selectByValue(int value,String elementName){
                Select dropDownList = new Select(findElementById(elementName));
                dropDownList.selectByIndex(value);
               
        }
webTest.selectByValue(3, "evnet_type");
点击下拉框,然后在点击下拉框中的某个值,但上面的操作为什么没有取到值E:\picture\QQ图片20161025141402

aaallll 发表于 2016-10-25 17:28:18

是浏览器版本的问题吗
页: [1]
查看完整版本: 下拉框无法取到值