Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitchdev/hitchpage
Assign readable names and pages to your playwright selectors using StrictYAML.
https://github.com/hitchdev/hitchpage
Last synced: about 2 months ago
JSON representation
Assign readable names and pages to your playwright selectors using StrictYAML.
- Host: GitHub
- URL: https://github.com/hitchdev/hitchpage
- Owner: hitchdev
- License: other
- Created: 2023-07-30T15:47:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-14T10:22:10.000Z (12 months ago)
- Last Synced: 2024-10-13T01:19:31.644Z (2 months ago)
- Language: Python
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HitchPage
[![Main branch status](https://github.com/hitchdev/hitchpage/actions/workflows/regression.yml/badge.svg)](https://github.com/hitchdev/hitchpage/actions/workflows/regression.yml)
## Install
```bash
$ pip install hitchpage
```## Using
- [Iframe](https://hitchdev.com/hitchpage/using/iframe)
- [Quickstart](https://hitchdev.com/hitchpage/using/quickstart)
- [Reload](https://hitchdev.com/hitchpage/using/reload)## Approach
- [Page Config Model](https://hitchdev.com/hitchpage/approach/page-config-model)