基於java,selenium選擇下拉框的某一個選項

//打印出所有選項值         Select sel = new Select(driver1.findElement(ById.xpath(".//*[@id='GangManId']")));         List<WebElement> options = sel.getOptions();         for (WebElement option : options) {  
相關文章
相關標籤/搜索