CLI tool to render HTML using Playwright
Project description
Playwright HTML Renderer
Playwright HTML Renderer is a command-line interface (CLI) tool designed to render HTML using Playwright.
⚙️ Installation
You can install Playwright HTML Renderer via pip:
$ pip install playwright-html-renderer
⌨️ Usage
Playwright HTML Renderer provides a simple command-line interface to render HTML content using Playwright. Here are some examples of how to use it:
-
Read HTML from a file and output rendered HTML to
STDOUT
:$ playwright-html-renderer --html examples/input.html
-
Read HTML from
STDIN
and output rendered HTML to a file:$ cat examples/input.html | playwright-html-renderer --html - -o examples/output.html
-
Read HTML from a file, wait for a specific CSS selector (
#navigation
), and output toSTDOUT
:$ playwright-html-renderer --html examples/input.html -s "#navigation"
-
Read HTML from a file, wait for multiple selectors (
#navigation
,.main
), and output to a file:$ playwright-html-renderer --html examples/input.html -s "#navigation" ".main" -o examples/output.html
For more information, you can also use the --help option:
$ playwright-html-renderer --help
🔨 Technology
The following technologies, tools and platforms were used during development.
- Code: Python
- CI/CD: GitHub Actions
🐛 Found a Bug?
Thank you for your message! Please fill out a bug report.
License
This project is licensed under the European Union Public License 1.2.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file playwright_html_renderer-0.3.tar.gz
.
File metadata
- Download URL: playwright_html_renderer-0.3.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f995b06d70e970e60e11a9b24f75defc82301cc02b872d4f46916ec11d4bce22 |
|
MD5 | 078e2b3b74d36210d05f4ba187eb0df3 |
|
BLAKE2b-256 | f4579d54d0f62ba43bbd7b59f1365a8d7b375bf2a96767903a17df815d9bbaa3 |
File details
Details for the file playwright_html_renderer-0.3-py3-none-any.whl
.
File metadata
- Download URL: playwright_html_renderer-0.3-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 764b02e060847d124d51a309b848db474a47a5834bf446d66d447d548c70e769 |
|
MD5 | 7fee78db1ea31305dd4b1725250d2c76 |
|
BLAKE2b-256 | 3195b55692920998c81e844b747e499e38841725194d424a81e6085b7bd3a337 |