Skip to content

siddhantkushwaha/Palladium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palladium

I got tired of having to download install Chrome/Chromium and Chromdrivers whenever I had to deploy/experiment my projects that use Selenium. This sets up everything automatically for you. Package also comes with a class called CustomChrome which is a wrapper on Chrome with some additional functionalities.

forthebadge made-with-python

MIT license

PyPI version fury.io PyPI pyversions PyPI status

How to install

pip install palladium-python

How to use

from palladium.chrome_custom import ChromeCustom

driver = ChromeCustom(headless=False)