sapioseleniumlib


Namesapioseleniumlib JSON
Version 2023.12.11.8 PyPI version JSON
download
home_page
SummaryOfficial Sapio Selenium Library
upload_time2023-12-11 16:18:48
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords eln lims sapio testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sapioseleniumlib: Official Sapio Selenium End-to-End Testing Library

<div align="center"><a href="https://www.sapiosciences.com" target="_blank">
  <img src="https://public.exemplareln.com/sapio-pylib/sapio_selenium_python_library_header_image.png" alt="Sapio Sciences"><br>
</a></div>

-----------------
[![PyPI Latest Release](https://img.shields.io/pypi/v/sapioseleniumlib.svg)](https://pypi.org/project/sapiopylib/) [![License](https://img.shields.io/pypi/l/sapioseleniumlib.svg)](https://github.com/sapiosciences/sapio-py-tutorials/blob/master/LICENSE)


## What is it?

This is a library that can be used to support selenium end-to-end testing.
You can write end-to-end testing script using the classes we have here.

There is also an example of TruSeq DNA from Blood ELN workflow testing class available within the package.
That can be used as a reference as you write your own script.

The library includes both Sapio Platform supporting Project-Object models and Sapio Foundations.

We use this library ourselves before releasing the platform to run automated tests.
Therefore, we may publish releases of the library that may not have been made generally available. 
These releases are marked as "pre-release" with Alpha, Beta, or Release-Candidate version format.

## Where to get it
Installation is simple:
```sh
pip install sapioseleniumlib
```

However, you may need to pay attention to the library version to ensure it is compatible with your Sapio Informatics Platform.

Since we continue to make user interface changes from version to version in Sapio Platform, it can be a good idea to synchronize the library version whenever your system has been upgraded to a new major release.

If you would like to keep multiple versions of this library for different versions of Sapio Platform among dev/staging/prod stacks, consider using anaconda, miniconda, or venv.

It is also possible that the library needs an update as browser technologies develop. If a popular supported browser had been released that is no longer compatible with the library, we may choose to release another version for the same Sapio Platform.

## Licenses
This library are licensed under MPL 2.0. 

pypi.org is granted the right to distribute sapioseleniumlib forever.

This license does not provide any rights to use any other copyrighted artifacts from Sapio Sciences. (And they are typically written in another programming language with no linkages to this library.)

## Dependencies
The following dependencies are required for this package:
- [selenium - Selenium automates browsers. That's it!](https://pypi.org/project/selenium)
- [webdriver-manager - Library provides the way to automatically manage drivers for different browsers](https://pypi.org/project/webdriver-manager)


## Getting Help
If you have support contract with Sapio Sciences, please use our [technical support channels](https://sapio-sciences.atlassian.net/servicedesk/customer/portals).

If you have any questions about how to use sapiopylib, please visit our tutorial page.

If you would like to report an issue on sapiopylib, or its tutorial content, please feel free to create a issue ticket at the tutorial github.

## About Us
Sapio is at the forefront of the Digital Lab with its science-aware platform for managing all your life science data with its integrated Electronic Lab Notebook, LIMS Software and Scientific Data Management System.

Visit us at <a href="https://www.sapiosciences.com">Sapio Sciences</a>
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sapioseleniumlib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "eln,lims,sapio,testing",
    "author": "",
    "author_email": "Dereck Welch <dwelch@sapiosciences.com>, Yechen Qiao <yqiao@sapiosciences.com>",
    "download_url": "https://files.pythonhosted.org/packages/7e/75/f141ba6d2a1cd309f2b37f9ec5920f523a402742e6aa2662258d15cb917e/sapioseleniumlib-2023.12.11.8.tar.gz",
    "platform": null,
    "description": "# sapioseleniumlib: Official Sapio Selenium End-to-End Testing Library\n\n<div align=\"center\"><a href=\"https://www.sapiosciences.com\" target=\"_blank\">\n  <img src=\"https://public.exemplareln.com/sapio-pylib/sapio_selenium_python_library_header_image.png\" alt=\"Sapio Sciences\"><br>\n</a></div>\n\n-----------------\n[![PyPI Latest Release](https://img.shields.io/pypi/v/sapioseleniumlib.svg)](https://pypi.org/project/sapiopylib/) [![License](https://img.shields.io/pypi/l/sapioseleniumlib.svg)](https://github.com/sapiosciences/sapio-py-tutorials/blob/master/LICENSE)\n\n\n## What is it?\n\nThis is a library that can be used to support selenium end-to-end testing.\nYou can write end-to-end testing script using the classes we have here.\n\nThere is also an example of TruSeq DNA from Blood ELN workflow testing class available within the package.\nThat can be used as a reference as you write your own script.\n\nThe library includes both Sapio Platform supporting Project-Object models and Sapio Foundations.\n\nWe use this library ourselves before releasing the platform to run automated tests.\nTherefore, we may publish releases of the library that may not have been made generally available. \nThese releases are marked as \"pre-release\" with Alpha, Beta, or Release-Candidate version format.\n\n## Where to get it\nInstallation is simple:\n```sh\npip install sapioseleniumlib\n```\n\nHowever, you may need to pay attention to the library version to ensure it is compatible with your Sapio Informatics Platform.\n\nSince we continue to make user interface changes from version to version in Sapio Platform, it can be a good idea to synchronize the library version whenever your system has been upgraded to a new major release.\n\nIf you would like to keep multiple versions of this library for different versions of Sapio Platform among dev/staging/prod stacks, consider using anaconda, miniconda, or venv.\n\nIt is also possible that the library needs an update as browser technologies develop. If a popular supported browser had been released that is no longer compatible with the library, we may choose to release another version for the same Sapio Platform.\n\n## Licenses\nThis library are licensed under MPL 2.0. \n\npypi.org is granted the right to distribute sapioseleniumlib forever.\n\nThis license does not provide any rights to use any other copyrighted artifacts from Sapio Sciences. (And they are typically written in another programming language with no linkages to this library.)\n\n## Dependencies\nThe following dependencies are required for this package:\n- [selenium - Selenium automates browsers. That's it!](https://pypi.org/project/selenium)\n- [webdriver-manager - Library provides the way to automatically manage drivers for different browsers](https://pypi.org/project/webdriver-manager)\n\n\n## Getting Help\nIf you have support contract with Sapio Sciences, please use our [technical support channels](https://sapio-sciences.atlassian.net/servicedesk/customer/portals).\n\nIf you have any questions about how to use sapiopylib, please visit our tutorial page.\n\nIf you would like to report an issue on sapiopylib, or its tutorial content, please feel free to create a issue ticket at the tutorial github.\n\n## About Us\nSapio is at the forefront of the Digital Lab with its science-aware platform for managing all your life science data with its integrated Electronic Lab Notebook, LIMS Software and Scientific Data Management System.\n\nVisit us at <a href=\"https://www.sapiosciences.com\">Sapio Sciences</a>",
    "bugtrack_url": null,
    "license": "",
    "summary": "Official Sapio Selenium Library",
    "version": "2023.12.11.8",
    "project_urls": {
        "Homepage": "https://github.com/sapiosciences"
    },
    "split_keywords": [
        "eln",
        "lims",
        "sapio",
        "testing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33630a2c6a0ce44b151f48ad2f18a8bc8ae02747b241eabd26c1261d06cb3b37",
                "md5": "92a343fbd3f723db3073f43783a9553c",
                "sha256": "4d1fb047feacea502316d429ad3bd81dd3a5ab9bd1ae356065fcb53a973d8f5d"
            },
            "downloads": -1,
            "filename": "sapioseleniumlib-2023.12.11.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92a343fbd3f723db3073f43783a9553c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 75322,
            "upload_time": "2023-12-11T16:18:46",
            "upload_time_iso_8601": "2023-12-11T16:18:46.415698Z",
            "url": "https://files.pythonhosted.org/packages/33/63/0a2c6a0ce44b151f48ad2f18a8bc8ae02747b241eabd26c1261d06cb3b37/sapioseleniumlib-2023.12.11.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e75f141ba6d2a1cd309f2b37f9ec5920f523a402742e6aa2662258d15cb917e",
                "md5": "8ad3837db529c756f5ecb878ac2f0602",
                "sha256": "4e28a67312a41a59f2a56dff229122707b0c78a2925ac84dec7d435140c34714"
            },
            "downloads": -1,
            "filename": "sapioseleniumlib-2023.12.11.8.tar.gz",
            "has_sig": false,
            "md5_digest": "8ad3837db529c756f5ecb878ac2f0602",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5076240,
            "upload_time": "2023-12-11T16:18:48",
            "upload_time_iso_8601": "2023-12-11T16:18:48.513253Z",
            "url": "https://files.pythonhosted.org/packages/7e/75/f141ba6d2a1cd309f2b37f9ec5920f523a402742e6aa2662258d15cb917e/sapioseleniumlib-2023.12.11.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 16:18:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sapioseleniumlib"
}
        
Elapsed time: 0.16475s