It appears that clicking on a select, which visually triggers a display of the options in the select, does not actually create a object that has a box model that can be clicked on.
I suppose I need to use DOM.setAttributeValue on the option element setting selected=true?
It appears that clicking on a select, which visually triggers a display of the options in the select, does not actually create a object that has a box model that can be clicked on.
I suppose I need to use DOM.setAttributeValue on the option element setting selected=true?