기타

[프로그래밍] python selenium 1

변군Dev 2023. 1. 4. 16:40
728x90

python selenium 1

pip3 install selenium
from selenium import webdriver

browser = webdriver.Firefox()

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

728x90
저작자표시 비영리 동일조건 (새창열림)