palladium-python

Common utility functions.


Keywords
CHROMIUM, SELENIUM, AUTOMATION, TESTING
License
MIT
Install
pip install palladium-python==1.0.1

Documentation

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)