We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from selenium import webdriver import chromedriver_autoinstaller
chrome_ver = chromedriver_autoinstaller.get_chrome_version().split('.')[0] # 크롬 드라이버 버전 확인
try: driver = webdriver.Chrome(f'./{chrome_ver}/chromedriver.exe') except: chromedriver_autoinstaller.install(True) driver = webdriver.Chrome(f'./{chrome_ver}/chromedriver.exe')
driver.implicitly_wait(10)
The text was updated successfully, but these errors were encountered:
코드가 매우 아름답네요. 인문학적 관점에서 보아도 손색이 없습니다 @ziwoohan @tyyeongblxx 보고 배우세요. asigetjyo?
asigetjyo?
Sorry, something went wrong.
지금 영어로 욕하신거죠? PPT 땃읍니다. 고소할게여
말씀이 지나치시네요. 넘 violent해요 조금 더 soft(sopt 아님)하게 부탁드려요
No branches or pull requests
from selenium import webdriver
import chromedriver_autoinstaller
chrome_ver = chromedriver_autoinstaller.get_chrome_version().split('.')[0] # 크롬 드라이버 버전 확인
try:
driver = webdriver.Chrome(f'./{chrome_ver}/chromedriver.exe')
except:
chromedriver_autoinstaller.install(True)
driver = webdriver.Chrome(f'./{chrome_ver}/chromedriver.exe')
driver.implicitly_wait(10)
The text was updated successfully, but these errors were encountered: