disabled console log by default. to override use uc.Chrome(enable_console_log=True)

disabled console log by default. to override use uc.Chrome(enable_console_log=True)
This commit is contained in:
Leon 2020-09-13 11:48:28 +02:00 committed by GitHub
parent 76f136721b
commit 686b4b6c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from setuptools import setup
setup(
name="undetected-chromedriver",
version="1.3.7",
version="1.4.0",
packages=["undetected_chromedriver"],
install_requires=["selenium",],
url="https://github.com/ultrafunkamsterdam/undetected_chromedriver",
@ -24,7 +24,7 @@ setup(
author="UltrafunkAmsterdam",
author_email="info@blackhat-security.nl",
description="""
Optimized Selenium/Chromedriver drop-in replacement for selenium.webdriver, using the same interface for Chrome and ChromeOptions, but which does NOT trigger anti-bot services like Distil / Imperva / DataDome and such.
Optimized Selenium/Chromedriver drop-in replacement for selenium.webdriver, using the same interface for Chrome and ChromeOptions, but which does NOT trigger anti-bot services like Distil / Imperva / DataDome / Botprotect.io and such.
All required anti-detection settings are built-in, yet overridable if you\'d really want. Be aware: any customization in settings could potentially trigger detection,
For more information check out the README.""",
long_description=open("README.md").read(),