Есть select2 элемент.
<div class="col col-per-3">
<div ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled, 'select2-container-active': $select.focus, 'select2-allowclear': $select.allowClear && !$select.isEmpty()}" class="menu-select _block ui-select-container select2 select2-container ng-valid ng-touched ng-dirty ng-valid-parse" on-select="onStationChange($item) | filter: {stationShortName: $select.search}" theme="select2" ng-model="station" data-select="" style=""><a aria-label="Select box select" ng-click="$select.toggle($event)" ng-class="{'select2-default': $select.isEmpty()}" class="select2-choice ui-select-match" placeholder="Выберите станцию" style=""><span class="select2-chosen ng-binding ng-hide" ng-show="$select.isEmpty()" style="">Выберите станцию</span> <span ng-transclude="" class="select2-chosen" ng-hide="$select.isEmpty()" style="">
<div class="icon icon-lightning" style="">
</div><span class="ng-binding ng-scope">
ЕЭЦ тестовая
</span></span> <!-- ngIf: $select.allowClear && !$select.isEmpty() --> <span class="select2-arrow ui-select-toggle"><b></b></span></a><div ng-class="{'select2-display-none': !$select.open}" class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" style="opacity: 1;"><div ng-show="$select.searchEnabled" class="select2-search"><input type="text" ng-model="$select.search" class="ui-select-search select2-input ng-pristine ng-untouched ng-valid" aria-activedescendant="ui-select-choices-row-0-2" aria-label="Select box" aria-owns="ui-select-choices-0" aria-expanded="true" role="combobox" spellcheck="false" autocapitalize="off" autocorrect="false" autocomplete="false"></div><ul class="ui-select-choices ui-select-choices-content select2-results ng-scope" repeat="item in stations"><li ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }" class="ui-select-choices-group"><div ng-bind="$group.name" class="ui-select-choices-group-label select2-result-label ng-binding ng-hide" ng-show="$select.choiceGrouped($group)"></div><ul ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" id="ui-select-choices-0" role="listbox" class="select2-result-single"><!-- ngRepeat: item in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: item in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: item in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: item in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: item in $select.items --></ul></li></ul></div><ui-select-single></ui-select-single><input type="text" role="button" aria-haspopup="true" aria-label="Select box focus" id="focusser-0" class="ui-select-focusser ui-select-offscreen ng-scope" ng-disabled="$select.disabled"></div>
</div>
Не могу понять, как используя WebDriver 2.0 и Java найти этот элемент на форме, для дальнейшего использования.
Кто сталкивался или имеет опыт, поделитесь плз.