8000 GitHub - gdszps/CreateUndetectableChromeDriver: Download undetectable chrome driver for selenium [Python]
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gdszps/CreateUndetectableChromeDriver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Download undetectable chrome driver for selenium [Python]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0