Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyclore/citronella
Webdriver Extension with Page Object Wrapper
https://github.com/heyclore/citronella
appium appium-automation appium-python appium-tests page-object-model pytest python selenium selenium-python selenium-tests selenium-webdriver testing unit-testing webdriver
Last synced: 3 months ago
JSON representation
Webdriver Extension with Page Object Wrapper
- Host: GitHub
- URL: https://github.com/heyclore/citronella
- Owner: heyclore
- License: mit
- Created: 2022-06-19T22:22:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T03:35:46.000Z (about 1 year ago)
- Last Synced: 2023-12-20T12:06:54.904Z (about 1 year ago)
- Topics: appium, appium-automation, appium-python, appium-tests, page-object-model, pytest, python, selenium, selenium-python, selenium-tests, selenium-webdriver, testing, unit-testing, webdriver
- Language: Python
- Homepage:
- Size: 31 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Citronella
[![pypi version](https://badge.fury.io/py/citronella.svg)](https://badge.fury.io/py/citronella)
[![gem version](https://badge.fury.io/rb/citronella.svg)](https://badge.fury.io/rb/citronella)
[![npm version](https://badge.fury.io/js/citronella.svg)](https://badge.fury.io/js/citronella)webdriver extension with a page object wrapper.
## Install Package
### [Python](https://github.com/heyclore/citronella/tree/main/python)
```bash
pip install citronella
```### [Ruby](https://github.com/heyclore/citronella/tree/main/ruby)
```bash
gem install citronella
```### [Javascript](https://github.com/heyclore/citronella/tree/main/javascript)
```bash
npm i citronella
```## Testing powered by
[BrowserStack Open-Source Program](https://www.browserstack.com/open-source)