Skip to main content

selenium_chrome

Project description

selenium_chrome

PyPI - package version PyPI - license PyPI - python version PyPI - downloads

GitHub - last commit GitHub - commit activity

GitHub - code size in bytes GitHub - repo size GitHub - lines of code

GitHub - license

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

selenium_chrome-0.0.29.tar.gz (2.8 MB view hashes)

Uploaded Source

Built Distribution

selenium_chrome-0.0.29-py3-none-any.whl (3.1 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page