selenium下拉框操作

Select downList = new Select(元素);
downList.selectByIndex();
//downList.selectByValue();

你可能感兴趣的:(selenium下拉框操作)