I want to upload a file by clicking on the button, when I click this button it will popup a file select window by windows, but as i know, selenium2Library can't handle the window of windows, so input path is diffcult, how can i do?
i tried simulate Keyboard Events to input path before, but sometimes it is not working.
the html source is below
<button title="Upload XML file of creation parameters" class="btn" type="button" id="ca_upload">Load file</button>