您可以尝试以下方法:
IWebElement dropDownListBox = driver.findElement(By.Id("selection"));SelectElement clickThis = new SelectElement(dropDownListBox);clickThis.SelectByText("Germany");
您可以尝试以下方法:
IWebElement dropDownListBox = driver.findElement(By.Id("selection"));SelectElement clickThis = new SelectElement(dropDownListBox);clickThis.SelectByText("Germany");