файл загрузки селена Python

driver.find_element_by_id("IdOfInputTypeFile").send_keys(os.getcwd()+"/image.png")
Enoch