Goal: select the option banana from the native <select>.
Page asserts a real picker interaction: mousedown/pointerdown
on the <select> (opening the OS picker), then a change event with
isTrusted=true. Programmatically setting .value or clicking the
option element directly fails (clicking <option> does not change selection in
real browsers).