Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watir/nerodia
Python implementation of Watir
https://github.com/watir/nerodia
python
Last synced: about 2 months ago
JSON representation
Python implementation of Watir
- Host: GitHub
- URL: https://github.com/watir/nerodia
- Owner: watir
- License: mit
- Created: 2017-04-06T03:43:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T23:46:14.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T10:08:05.875Z (3 months ago)
- Topics: python
- Language: Python
- Homepage: http://nerodia.readthedocs.io/en/latest/
- Size: 998 KB
- Stars: 85
- Watchers: 13
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome - watir/nerodia - Python implementation of Watir (Python)
README
.. image:: https://img.shields.io/pypi/v/nerodia.svg
:target: https://pypi.python.org/pypi/nerodia.. image:: https://img.shields.io/pypi/pyversions/nerodia.svg
:target: https://pypi.python.org/pypi/nerodia.. image:: https://ci.appveyor.com/api/projects/status/7go9s2tmp2av08sa?svg=true
:target: https://ci.appveyor.com/project/joshmgrant/nerodia/branch/master-----
Introduction
============
Nerodia is a Python port of the Watir ruby gem. https://github.com/watir/watirSupported Python Versions
=========================* Python 2.7
* Python 3.4+Installing
==========If you have `pip `_ on your system, you can simply install or upgrade::
pip install -U nerodia
Alternately, you can download the source distribution from `PyPI `_ (e.g. nerodia-1.0.0.tar.gz), unarchive it, and run::
python setup.py install
Documentation
=================Documentation is `located on readthedocs `_.
Support
=======Send a question to the `Nerodia-General `_ mailing list on Google Groups. Please read these guidelines before posting.
Join our Slack channel
======================Selenium has created a special slack server for the Selenium and Watir (including Nerodia) communities.
Join the Selenium Slack from `this link `_, then join the #watir or #nerodia channels.