인프런 - 강의/웹 자동화 프로그램 만들기(Selenium)

10 - 사진 업로드

개복치 개발자 2020. 2. 13. 17:22

 

 

from selenium import webdriver

driver = webdriver.Chrome("./chromedriver")

driver.get("http://the-internet.herokuapp.com/upload")

driver.find_element_by_id("file-upload").send_keys("파일절대경로")

 

 

 

참조

[1] - https://mainia.tistory.com/5112

[2] - https://www.youtube.com/watch?v=wexD_Cdw8Ms