Giter VIP home page Giter VIP logo

chrome-webdriver-proxy's Introduction

Chrome Proxy Setup

A utility developed to add Proxy to Chromedriver when utilizing through Selenium.

Proxy will be set as an extension to the Chrome WebDriver.

Setting Proxy is Optional, so the program will work even if you dont specify any Proxy details.

  • Works without Proxy
  • Works with Non-Authenticated Proxy
  • Works with Authenticated Proxy

Usage:

Import chrome_proxy_driver_setup into your program like:

from utility.chrome_proxy_driver_setup import ChromeProxySetup as CPS
b = CPS() # if you dont want to use proxy
b = CPS('127.0.0.1',5000) # Non-Authenticated Proxy
b = CPS('127.0.0.1', 5000, 'proxy_auth_user', 'proxy_auth_pwd') # 
'ip','port','auth_user','auth_pwd' # Authenticated Proxy

Clean up sequence added as feature, so that once your work with proxies is done, the unnecessary '.zip' extension files should be removed from the 'utility' folder.

This feature is added to pass a singal to the imported cleanup class that whatever work was - it is done for extensions, and now we can remove them.

from utility.extension_clean_up import cleanUp

. # code start
.
.
.
. # code ends
cleanUp(True).clean_extensions()

To Do:

  • Add extension cleanup
  • Any features ? Lets think on this!

Issues:

Author:

nkpydev

LICENSE:

MIT

chrome-webdriver-proxy's People

Contributors

nkpydev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

chrome-webdriver-proxy's Issues

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.