I need to automate the selection for a multidrop down box in selenium. The html code which comprises the dropdown is given below. The html code for each component is taken using firebug.
<input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="select2-input" id="s2id_autogen346" tabindex="-1" placeholder="" style="width: 269px;" aria-activedescendant="select2-result-label-367">
I have the aria-activedescendant="select2-result-label-367" value is changing when i change the select value in the list
...
– rouis Dec 07 '17 at 14:14