Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)