<div class="subtab">
<button class="ui-multiselect ui-widget ui-state-default ui-corner-all" type="button" aria-haspopup="true" style="width: 231px;">
<span class="ui-icon ui-icon-triangle-2-n-s"></span>
<span>None</span>
</button>
<button class="ui-multiselect ui-widget ui-state-default ui-corner-all" type="button" aria-haspopup="true" style="width: 231px;">
<span class="ui-icon ui-icon-triangle-2-n-s"></span>
<span>None</span>
</button>
</div>
This is 2 drop down menu (the first one is right above the second one). They both have the exact same attribute. How do I specify which one to click on? I'm not even sure why they have the same exact attributes but they do.