Код: Выделить всё
[list]
[*]
[url=#nogo]All Applications[/url]
[*]
[url=#nogo]Option Alpha[/url]
[*]
[url=#nogo]Option Beta[/url]
[/list]
...
...
Код: Выделить всё
List dropdowns = driver.findElements(By.className("ui-selectmenu-menu"));
Код: Выделить всё
WebElement ddChild = dropdowns.get(0).findElement(By.className("ui-selectmenu-menu-dropdown"));
Код: Выделить всё
List ddOpts = ddChild.findElements(By.xpath("//*[@id='gwt-uid-191-menu']/li[*]"));
Подробнее здесь: https://stackoverflow.com/questions/144 ... -webdriver
Мобильная версия