selenium_firefox
Project description
selenium_firefox
Description
User-friendly implementation of a firefox 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
Install
pip install selenium_firefox
# or
pip3 install selenium_firefox
Usage
from selenium_firefox import Firefox
ff = Firefox()
ff.get('https://www.google.com')
import time
time.sleep(999)
Dependencies
geckodriver-autoinstaller, kproxy, noraise, selenium, selenium-browser
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
selenium_firefox-2.0.4.tar.gz
(13.9 MB
view hashes)
Built Distribution
Close
Hashes for selenium_firefox-2.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fa2ce273ef734ef508cb389d42e25f49528c5d59510534371a3b172a501fb02 |
|
MD5 | a559144e73903834214dcf8c90066217 |
|
BLAKE2b-256 | dfd052b357240dfe5c5f691f739d3ace4e1ca22818150b36e7351c9d363133cf |