Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要获取包含在 cxb 中的选定文本,为此我只需使用一个函数:
return new Select(browserController.findElement(By.xpath(WebObject))) .getFirstSelectedOption().getText();
它在 FF 中运行良好,但在 IE 9 中运行非常缓慢。
我使用 webdriver +java