본문 바로가기

기타

[프로그래밍] python selenium 1

python selenium 1

pip3 install selenium
from selenium import webdriver

browser = webdriver.Firefox()

browser.get("http://sangchul.kr")