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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

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