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を使用しています