From 686b4b6c573504c7160746d0c5c3bae6663070ad Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 13 Sep 2020 11:48:28 +0200 Subject: [PATCH] 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) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f6eb334..b6847a1 100644 --- a/setup.py +++ b/setup.py @@ -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(),