Metadata-Version: 2.1
Name: AutoChromedriver
Version: 2.0.2
Summary: Downloads and unzips chromedriver to curent directory
Home-page: https://github.com/joeyism/autochromedriver
Author: joeyism
Author-email: joeyism101@gmail.com
License: UNKNOWN
Download-URL: https://github.com/joeyism/autochromedriver2.0.2.tar.gz
Keywords: chromedriver,selenium,auto,automatic,download
Platform: UNKNOWN
Requires-Dist: selenium


AutoChromedriver
================

A helper library to automatically download chromedriver to current directory

Installation
------------

.. code-block::

   pip3 install --user autochromedriver

Usage
-----

Commandline
^^^^^^^^^^^

.. code-block:: bash

   autochromdriver [optional:version]

Library
^^^^^^^

.. code-block:: python

   import AutoChromedriver

   AutoChromedriver.download_chromedriver()

Documentation
-------------

.. code-block:: python

   def download_chromedriver(version="2.46")

Passing in a version is possible, and it defaults to ``2.46``.


