chrome.find_element_by_xpath('//input[@value="Выберите файл..."]').click()
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
upload = driver.find_element_by_xpath("тут xpath")
upload.send_keys("путь до файла")