0

我需要获取包含在 cxb 中的选定文本,为此我只需使用一个函数:

return new Select(browserController.findElement(By.xpath(WebObject)))
    .getFirstSelectedOption().getText();

它在 FF 中运行良好,但在 IE 9 中运行非常缓慢。

我使用 webdriver +java

4

0 回答 0