Drop-in Playwright replacement — uses Nomad engine. 700× cheaper, same API.
Project description
Nomad Playwright
Drop-in replacement for Playwright — uses the Nomad headless browser engine.
700× cheaper, same API.
# Replace this:
# from playwright.sync_api import sync_playwright
# With this:
from nomad_playwright import sync_playwright
with sync_playwright() as p:
browser = p.chromium.launch()
page = browser.new_page()
page.goto("https://example.com")
print(page.content())
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nomad_playwright-0.1.0.tar.gz.
File metadata
- Download URL: nomad_playwright-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11ec77d96135fa65ed137fad5af921745f081a65eef3176a7d64022126fb0881
|
|
| MD5 |
a8902e016f01323b9861dfbe698df8c9
|
|
| BLAKE2b-256 |
5766d6a9f91a5ac838c35335f800120d4c7777179ee6ba20df20c415a16d5e16
|
File details
Details for the file nomad_playwright-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nomad_playwright-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c30e7cb7422270380bb637d5d167a6b479fd41334779c911018ed8bfd6c193f
|
|
| MD5 |
5610863b43948b6b46dbe37d6422cc60
|
|
| BLAKE2b-256 |
3decf51d3c821679a57aed0dc0a211d30583ce94d524b101e44fdc6cc574c07e
|