Code Monkey home page Code Monkey logo

stealthchromedriver's Introduction

DON'T USE THIS REPO, PLEASE USE MY undetected-chromedriver project

(https://github.com/ultrafunkamsterdam/undetected-chromedriver)

.

STEALTHCHROMEDRIVER

Selenium Chromedriver which PASSES Distil browser automation test

This is a drop-in replacement for selenium.webdriver.Chrome using optimization and older build of Chromium to bypass all current browser-automation-detection systems, with the most important one being Distill Networks.

Installation

pip install git+https://github.com/ultrafunkamsterdam/stealthchromedriver.git

Usage

from stealthchromedriver import Chrome

driver = Chrome()
driver.get('https://www.distilnetworks.com')
# now try this using regular selenium chromedriver

with options

from stealthchromedriver import getDriver
driver = getDriver(headless=False,verify_ssl=False, custom_ua="",profile_directory="Default",prefs=None,language="en")
driver.get('https://distillnetworks.com')

# now try this using regular selenium chromedriver

with custom options

from stealthchromedriver import Chrome, ChromeOptions

options = ChromeOptions()
options.add_argument('--proxy-server=socks5://127.0.0.1:9050')
options.add_argument('--non-secure')

driver = Chrome(options=options)
driver.get('https://distillnetworks.com')

# now try this using regular selenium chromedriver

stealthchromedriver's People

Contributors

ultrafunkamsterdam avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.