Selenium Python Get Element по типу

upload_field = driver.find_element_by_xpath("//input[@type='file']")
navin_hariharan