Skip to content
New issue

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

우린 기획 개발자다 ㅇㅋ? #12

Open
HyunwooisMikeSteven opened this issue Jan 9, 2023 · 3 comments
Open

우린 기획 개발자다 ㅇㅋ? #12

HyunwooisMikeSteven opened this issue Jan 9, 2023 · 3 comments

Comments

@HyunwooisMikeSteven
Copy link
Contributor

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)

@stockton66785
Copy link
Contributor

코드가 매우 아름답네요.
인문학적 관점에서 보아도 손색이 없습니다
@ziwoohan @tyyeongblxx 보고 배우세요.
asigetjyo?

@ziwoohan
Copy link
Contributor

지금 영어로 욕하신거죠? PPT 땃읍니다. 고소할게여

@stockton66785
Copy link
Contributor

말씀이 지나치시네요.
넘 violent해요
조금 더 soft(sopt 아님)하게 부탁드려요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants