8000 GitHub - voyageivi/selenium_chrome
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

voyageivi/selenium_chrome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.7%
  • CSS 5.7%
  • HTML 4.9%
  • Python 2.0%
  • WebAssembly 1.7%
0