Skip to main content

Selenium.webdriver.Chrome replacement with compatibility for Brave, and other Chromium based browsers. Not triggered by CloudFlare/Imperva/hCaptcha and such. NOTE: results may vary due to many factors. No guarantees are given, except for ongoing efforts in understanding detection algorithms.

Project description

Undetected

PyPI - Version PyPI - Python Version License Downloads

Undetectable selenium chromedriver.

Note: This project is a fork of undetected-chromedriver.

Installation

pip install undetected

Simple Usage

import undetected as uc

driver = uc.Chrome()
driver.get("https://example.com")
driver.quit()

Example Usage with Multiprocessing

import undetected as uc
from undetected.patcher import Patcher
import multiprocessing as mp

def worker(idx: int):
    driver = uc.Chrome(user_multi_procs=True)
    driver.get("https://example.com")
    driver.quit()

if __name__ == "__main__":
    Patcher.patch()  # patching a unique undetected chromedriver

    processes = [mp.Process(target=worker, args=(i,)) for i in range(4)]
    for p in processes:
        p.start()
    for p in processes:
        p.join()

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

undetected-0.0.12.tar.gz (32.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

undetected-0.0.12-py3-none-any.whl (36.0 kB view details)

Uploaded Python 3

File details

Details for the file undetected-0.0.12.tar.gz.

File metadata

  • Download URL: undetected-0.0.12.tar.gz
  • Upload date:
  • Size: 32.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.19

File hashes

Hashes for undetected-0.0.12.tar.gz
Algorithm Hash digest
SHA256 d8d97ea9f6ceca4f981a6a6574b94ca9ae75e669ce4c8fe5c7a12158b36cbcce
MD5 753bab2d0f9343b8d14699b75cec2f10
BLAKE2b-256 ca7d3070683162cba6d781fc9670a0bbecff068192f75fab038301371ebb8d8c

See more details on using hashes here.

File details

Details for the file undetected-0.0.12-py3-none-any.whl.

File metadata

  • Download URL: undetected-0.0.12-py3-none-any.whl
  • Upload date:
  • Size: 36.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.19

File hashes

Hashes for undetected-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 33366cce43a69919dc75178b4597ee53f81942b636b64c9a54c859a54e7e83c9
MD5 03dfbdda44f285d59937e2eccd0f4cd0
BLAKE2b-256 2d3a76313a758c7b3cd761b9aa7bb87ec1dc84e830bac8ad72be96a09f3fd009

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page