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.

Features

  • 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

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

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.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

lucd-0.1.0-py3-none-any.whl (7.7 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