This page page has a list of phone codes, I need to change the selected country code, it can be done by adding this
<option value="ua">380+ country</option>
<option value="ug">256+ country</option>
---> <option value="uk" **selected**="">44+ country</option>
<option value="uy">598+ country</option>
<option value="uz">7+ country</option>
<option value="ve">58+ country</option>
<option value="vn">84+ country</option>
<option value="ws">685+ country</option>
<option value="ye">967+ country</option>
<option value="yu">381+ country</option>
<option value="za">27+ country</option>
so how can I write 'selected' anywhere I want with selenium?