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("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
python -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.3.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

browsercontroller-0.0.3-py2.py3-none-any.whl (9.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for browsercontroller-0.0.3.tar.gz
Algorithm Hash digest
SHA256 8ebd69e101405f70a24c7961f115600d69aadefc1692750314dca594a2adec54
MD5 84e93a1c545540ccfcbca881beddd6a9
BLAKE2b-256 58e686f33cae63b98ff0391255c1dc280c5441f8ffd9d68e0aaa1439fdaeb603

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for browsercontroller-0.0.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ea70e90560cd747d492546b4b4d0a58097a0bb602e88915e4aae93289128fc20
MD5 f56ca49dbbaa20b10d9b1fe66c6f1bec
BLAKE2b-256 40f4f65e729032e28eca797d38d6b128f1775696d8f27e3e74bab3972fedeb3d

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