Skip to main content

Usefull function for Selenium umbrella project

Project description

selenium-support

TODO:

Getting Help

QuickStart

python3 -m pip install -U selenium-support

Installing from Github

python3 -m pip install -U https://github.com/alex-ber/selenium-support/archive/master.zip

Optionally installing tests requirements.

python3 -m pip install -U https://github.com/alex-ber/selenium-support/archive/master.zip#egg=alex-ber-utils[tests]

Or explicitly:

wget https://github.com/alex-ber/selenium-support/archive/master.zip -O master.zip; unzip master.zip; rm master.zip

And then installing from source (see below).

Installing from source

python3 -m pip install -r req.txt # only installs "required" (relaxed)
python3 -m pip install . # only installs "required"
python3 -m pip install .[tests] # installs dependencies for tests

Alternatively you install install from requirements file:

python3 -m pip install -r requirements.txt # only installs "required"
python3 -m pip install -r requirements-tests.txt # installs dependencies for tests

From the directory with setup.py

python3 setup.py test #run all tests

or

pytest

Installing new version

See https://docs.python.org/3.1/distutils/uploading.html

Installing new version to venv

python38 -m pip uninstall --yes selenium-support
python38 setup.py clean sdist bdist_wheel
python38 -m pip install --find-links=./dist selenium-support==0.1
python3 setup.py sdist upload

Requirements

selenium-support requires the following modules.

  • Python 3.8+
  • selenium
  • browsermob-proxy
  • psutil

Changelog

TODO:

All notable changes to this project will be documented in this file.

#https://pypi.org/manage/project/selenium-support/releases/

[Unrelased]

[0.0.1] - 07/04/2021

Added

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

selenium_support-0.0.1b0.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

selenium_support-0.0.1b0-py3-none-any.whl (8.4 kB view hashes)

Uploaded 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