Selenium python Get Element by Type

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