Нужно программно (Symfony 5.1 + Panther + Webdriver + ChromeDriver) в Google Chrome (87 version) загрузить файл в фоновом режиме)
document.querySelector('#ctl00_uxMainContent_uxProductsImportFileListControl_uxProductsImportFileInfo_uxImportFile').click() не работает .....
Исходник
<td class="formvalue">
<span style="width: 450px">
<input type="file" name="ctl00$uxMainContent$uxProductsImportFileListControl$uxProductsImportFileInfo$uxImportFile" id="ctl00_uxMainContent_uxProductsImportFileListControl_uxProductsImportFileInfo_uxImportFile" style="width:450px;">
<span id="ctl00_uxMainContent_uxProductsImportFileListControl_uxProductsImportFileInfo_uxImportFileRequiredValidator" title="Needed" style="color:Red;display:none;"><span class="formerrorbox nowrap"><span class="iconformerror">Needed</span></span></span>
</span>
</td>