This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my code for list is' | |
<select id="category" | |
name="orgNode" | |
class="chosen-select" | |
chosen="indicatorUserAccesses" | |
ng-model="indicator_record.org_node_id" | |
ng-options="indicatorUserAccess.org_node_id as indicatorUserAccess.org_node.name for indicatorUserAccess in indicatorUserAccesses" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
please send me solution code in java to selecct value from chosen dropdown list in selenium webdriver. | |
my htmlcode is | |
<div id="category_chosen" class="chosen-container chosen-container-single" style="width: 228px;" title=""> | |
<a class="chosen-single chosen-default" tabindex="-1"> | |
<span>Select an Option</span> | |
<div> | |
</a> | |
<div class="chosen-drop"> |