java - get select e item in cbx very slow with IE9 -
i need selected text contained in cxb , use function that:
return new select(browsercontroller.findelement(by.xpath(webobject))) .getfirstselectedoption().gettext();
it works fine in ff in ie 9 operation terribly slow.
i use webdriver +java
Comments
Post a Comment