Hi,
I have a flow that navigates to a web page and then selects the button "Import". On selection this opens a new pane over the web page to "Import Existing Model". I have tried capturing the "Select Files" UI but I am unable to get it to press the button when I run the flow.... below are the screen grabs and the code.... any ideas?
Thanks in advance

<div class="k-widget k-window" style="visibility: visible; display: block; padding-top: 41px; min-width: 90px; min-height: 50px; width: 500px; top: 430px; left: 0px; z-index: 10003; transform: scale(1); opacity: 1;"><div class="k-window-titlebar k-header" style="margin-top: -41px;"><span class="k-window-title" id="ImportModelModal_wnd_title">Import Existing Model</span><div class="k-window-actions"><a role="button" href="#" class="k-button k-bare k-button-icon k-window-action" aria-label="Close"><span class="k-icon k-i-close"></span></a></div></div><div id="ImportModelModal" style="" data-role="window" class="k-window-content k-content" tabindex="0" role="dialog" aria-labelledby="ImportModelModal_wnd_title">
<div id="uploadDiv" class="upload-component">
<div class="k-widget k-upload k-header k-upload-empty"><div class="k-dropzone"><div class="k-button k-upload-button" aria-label="Select files..."><input id="fileUpload" name="fileUpload" type="file" data-role="upload" autocomplete="off"><span>Select files...</span></div><em>Drop files here to upload</em></div></div>
</div>
</div></div>