No project description provided
Project description
케이앤웍스 크롬드라이버 매니저
개발자 : archon.oh (knworks)
크롬드라이버 매니저 사용법
# 인스톨
pip install knw-Chromedriver-manager
# 윈도우 사용자
from knw_Chromedriver_manager import Chromedriver_manager
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.chrome.service import Service
options = Options()
driver = webdriver.Chrome(service= Service(Chromedriver_manager.install()), options=options)
driver.get("https://www.daum.net/")
# 맥 사용자
from knw_Chromedriver_manager import Chromedriver_manager
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.chrome.service import Service
options = Options()
options.binary_location = Chromedriver_manager.path_check() # add code
driver = webdriver.Chrome(service=Service(Chromedriver_manager.install()), options=options)
driver.get("https://www.daum.net/")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for knw_Chromedriver_manager-0.1.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f260a99b89176629b9377a1a1e72a8ed20095ad2a6c1272c85b068306b0c989 |
|
MD5 | 02150ca81b18037f883a1850563e88de |
|
BLAKE2b-256 | 0e77760dbb36a39d2267d66ef311a5f911ae61055fed330bf51618a895b698e5 |
Close
Hashes for knw_Chromedriver_manager-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7298191327c7d245a3e839c5474a5d49e31ad9e350aac2707a48cdf24255b560 |
|
MD5 | 2a40e7843d299e4ea5e36f27fae75f86 |
|
BLAKE2b-256 | aab89e48b962d3c2020280c4ec3db42bf839ffcdf4cebaf5f8c3459266ee5474 |