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
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.6.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

browsercontroller-0.0.6-py2.py3-none-any.whl (9.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for browsercontroller-0.0.6.tar.gz
Algorithm Hash digest
SHA256 b517d4667b1ace820d78035373acf2f35b1c54687b0b75d7a51e2245200692c3
MD5 18675aa4fe53a758debce8ba949b2012
BLAKE2b-256 91fb750d07309eaba0bf28eb2de04f8a83c7d5d34873753b9ba548f00cd37130

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for browsercontroller-0.0.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 aef8922ea0154383a95c88e7ed27916306ee4bfcddd3810994c42f675fba9b06
MD5 f9ac30a5bd8690d403527df8b69a3131
BLAKE2b-256 2f2659d01d7c7b96680eead9b910bb8b055c62f319edc936c89f5b6537a0b0a6

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