Skip to main content

Selenium browser controller for apt Firefox on Ubuntu 22.10

Project description

Selenium Browser Controller for apt Firefox on Ubuntu 22.10

![Python 3.10][python_badge] ![License: AGPL v3][agpl3_badge] ![Code Style: Black][black_badge] ![Code Coverage][codecov_badge]

Initialises a Selenium browser controller for a specific firefox profile on an Ubuntu 22.10 system for an apt installation of Firefox.

Put into a separate pip package to remove boiler-plate code from other repositories that control the browser.

Usage

First install this pip package with:

pip install browsercontroller

Then run:

from browsercontroller.get_controller import (
    get_ubuntu_apt_firefox_controller,
)

get_ubuntu_apt_firefox_controller(url="https://www.startpagina.nl")

Warning: Checks whether a snap version of Firefox is installed, and if yes, removes it and installs an apt version of Firefox instead. You'll lose browser history, logins and bookmarks if you don't have an apt version of Firefox.

Updating

Build the pip package with:

pip install --upgrade pip setuptools wheel
pip install twine

Install the pip package locally with:

pip install -e .

Upload the pip package to the world with:

rm -r dist
rm -r build
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/\*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

browsercontroller-0.0.8.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

browsercontroller-0.0.8-py2.py3-none-any.whl (9.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file browsercontroller-0.0.8.tar.gz.

File metadata

  • Download URL: browsercontroller-0.0.8.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for browsercontroller-0.0.8.tar.gz
Algorithm Hash digest
SHA256 d1eaa3fdbe3d30e575992c8aa6bd0a2afad1eb3c69c41a552a437e0897d15129
MD5 063b58901eb97f84df28a91380a3eabd
BLAKE2b-256 4c9a42081620138c772b7a8c289e89acb07cce390691ad3569a9a296ad4f1ce9

See more details on using hashes here.

File details

Details for the file browsercontroller-0.0.8-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for browsercontroller-0.0.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e00399000d8113172cb9f11b917e1cb98ef8e9c66798a2a9ba159bea2a4bfc03
MD5 c386291f5761bc8bf6a20fa100e8066d
BLAKE2b-256 2ff5cc2e7caea316d16f36f4e9948c436169d426f87df4095a8131be45c78d22

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page