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, setuptools
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.8.tar.gz
(13.9 MB
view hashes)
Built Distribution
Close
Hashes for selenium_firefox-2.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d4e14e276c0f011a026d68c35f0dac0d9a7264ce2d738196058e599ee62c97d |
|
MD5 | 2ed0af24659524d68d93f4c0480350f8 |
|
BLAKE2b-256 | 1319a13176802c130d1eb8734af4deff66181a7fab7cb030c4019d94066b0087 |