I want to select a element, then search for the option that I desired by typing it.
Here’s a example:
Focus ${SELECT_ELEMENT}
Press Key ${SELECT_ELEMENT} Enter
Fill Text ${SELECT_ELEMENT} ${OPTION_I_DESIRE}
Press Key ${SELECT_ELEMENT} ENTER
The problem is that the keyword “Fill Text” only allows me to send text to a input or text box element, there’s anyway to bypass that?