PLS help me with vba selenium code. There is drop menu (name Select Bookmark) inside there is list with three option, i need to choose third option.
Tried to use some code from other solution but without success.
<ul id="aaa" class="bbb"> == $0
::before
<li class="ccc">
::before
<select>
<option value>Select Bookmark</option>
<option value="Server\BHG-145">bookmark_one</option>
<option value="Server\BHG-155">bookmark_two</option>
<option value="Server\BHG-165">bookmark_three</option>
</select>
::after
</li>
</ul>