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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file selenium_support-0.0.1b0.tar.gz.
File metadata
- Download URL: selenium_support-0.0.1b0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7ee7533c9401faeaae5a7eb6ab5daaf1e16b8891725a6ff17d782a272691390
|
|
| MD5 |
fe4b477f6623f96e5348191300d4f9ab
|
|
| BLAKE2b-256 |
925afa330b667797fca4eeee53b2a7a538eb065cb97ef4e3d9b1b5295503ad9e
|
File details
Details for the file selenium_support-0.0.1b0-py3-none-any.whl.
File metadata
- Download URL: selenium_support-0.0.1b0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de579cdc7435cd05c4adcf8e0a19fd53e5d7943ecde8032cd02f5ce28e1c7121
|
|
| MD5 |
73ea9fe228d08e3c3a52e7f6c07c6687
|
|
| BLAKE2b-256 |
8a84ef380f0fb49560c475b105e2ed424fbd062614aa85d3fcac3819beb1d049
|