Selenum Python Get Element według typu

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