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.3.tar.gz
(12.6 kB
view hashes)
Built Distribution
Close
Hashes for selenium_firefox-2.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2130ee7f95f7eda17b061fd1a2a50d46441ff38641f65cf4093294b352759cf7 |
|
MD5 | d55ccb5dd43f9fb7efe0903689ee00e7 |
|
BLAKE2b-256 | 8c695647ca1254a3d5b37e9defdd5b70cadc959879074946205eab7232008a3a |