User-friendly implementation of a chrome based selenium client
- 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
pip install selenium_chrome
# or
pip3 install selenium_chrome
from selenium_chrome import Chrome
chrome = Chrome()
chrome.get('https://www.google.com')
import time
time.sleep(999)
kproxy, selenium, selenium-browser, undetected-chromedriver, xpath-utils