Skip to main content

Create Local Undetectable Chrome Driver

Project description

Create Local Undetectable Chrome Driver (LUCD)

This program will download a Chrome driver that you can use for your Python Selenium code.

What it does:

  • Download the exact chrome driver based on your OS and installed chrome version.

  • Remove browser control flag

  • Remove signature in javascript

  • Set User-Agent

  • Use maximum resolution

  • Open Chrome Instance on debugging mode

  • Control an existing Chrome instance.

  • Unmute the sounds of the browser.

  • Save/ load Chrome profiles.

  • Run Chrome driver on headless mode.

Installation

$ pip install lucd 

or

$ pip install git+https://github.com/SelmiAbderrahim/CreateUndetectableChromeDriver

Usage


from lucd.driver import Driver
driver = Driver()
chrome = driver.create_driver()

chrome.get("https://selmi.tech")


Tests

Tested on:

    ✅ Windows

    ✅ Linux

    ❌ Mac

Documentation

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

lucd-0.1.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

lucd-0.1.2-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

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