0

I want to select the element with the value Sr. from following code:

<div _ngcontent-c16="" class="select">
  <select _ngcontent-c16="" class="select__menu" id="PRIMARYSuffix" name="PRIMARYSuffix" aria-describedby="PRIMARYSuffix_hint_0">
    <option _ngcontent-c16="" value="">None</option>
    <option _ngcontent-c16="" value="sr">Sr.</option>
    <option _ngcontent-c16="" value="jr">Jr.</option>
    <option _ngcontent-c16="" value="ii">II</option>
    <option _ngcontent-c16="" value="iii">III</option>
    <option _ngcontent-c16="" value="iv">IV</option>
  </select>
  <div _ngcontent-c16="" class="select__icon">
    <svg _ngcontent-c16="" focusable="false" role="img" data-di-res-id="de3487d6-5ddb0649" data-di-html-res="1">
      <use _ngcontent-c16="" xlink:href="#icon-chevron-down"></use>
    </svg>
  </div>
</div>
Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339

0 Answers0