# diamond_selenium **Repository Path**: external_data/diamond_selenium ## Basic Information - **Project Name**: diamond_selenium - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Content: ## how to install? ```bash pip install git+ssh://git@gitee.com:external_data/diamond_selenium.git --upgrade ``` ## how to start to use? ```python from diamond_selenium import DiaSelenium # headless 为是否显示浏览器 gen_s = DiaSelenium( need_proxy=False, headless=True, set_timeout = True, set_screen=False, proxy=None) url = "" gen_s.driver.get(url) html = gen_s.driver.page_source ```