selenium_chrome
Project description
selenium_chrome
Description
User-friendly implementation of a chrome based selenium client
Features
- Easily create a firefox selenium webdriver with proxy(host/port), extensions and other settings, such as, full-screen-window, private session.
- Override user-agent
- Easily save and load cookies for websites
- protects against bot-detection, because it uses undetected-chromedriver
Install
pip install selenium_chrome
# or
pip3 install selenium_chrome
Usage
from selenium_chrome import Chrome
chrome = Chrome()
chrome.get('https://www.google.com')
import time
time.sleep(999)
Dependencies
kproxy, selenium, selenium-browser, undetected-chromedriver, xpath-utils
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file selenium_chrome-0.0.29.tar.gz.
File metadata
- Download URL: selenium_chrome-0.0.29.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5e6b55c36223c16e844a36618506a9a7fb914a59f17cce3140e319ca8c2c7fa
|
|
| MD5 |
b90d01e762ed234c8cb956e5d1cb6f91
|
|
| BLAKE2b-256 |
df2cd2ba3d620e45f7fb9209e512e172fb44cac9d02d4e7564c5525b817f5095
|
File details
Details for the file selenium_chrome-0.0.29-py3-none-any.whl.
File metadata
- Download URL: selenium_chrome-0.0.29-py3-none-any.whl
- Upload date:
- Size: 3.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d67a7dd059eb3e2c22fc67973aa334f5ce5ddd608527611ecc21c56fc80254f
|
|
| MD5 |
60c847b910a0de0b09739365447f0242
|
|
| BLAKE2b-256 |
3b904b0c05db4777655efa0d44e50f0d076418881f285e4e3f751ac8bc47e880
|