So, I need to upload a file to a page. When i click on the input button (and it clicks without error), windows files to search for the file i need, does not open. Here its my code snip. and what i need to be open at click
#IMPORTAR DATOS
selec = driver.find_element_by_xpath('//*[@name="IMPORT_FILE"]')
driver.execute_script("arguments[0].click();", selec)
time.sleep(2)
[![windows files][1]][1]
THANKS! [1]: https://i.sstatic.net/EHktU.png