Files
browser/bindings/python/tests/fixtures/index.html
Adrià Arrufat f4ecf92f3b python: add lightpanda package (sidecar v1)
pip-installable Python API driving the bundled binary over MCP HTTP:
Browser/Session with one generated method per browser tool
(lightpanda/_methods.py, regenerated from tools/list), run_script()
replay, a CLI trampoline entry point, pytest suite against local
fixtures, and pdoc docs generation.
2026-07-23 18:09:21 +02:00

13 lines
354 B
HTML

<!DOCTYPE html>
<html>
<head><title>Fixture Home</title></head>
<body>
<h1 id="headline">Hello from the fixture</h1>
<ul class="items">
<li class="item"><a href="/other.html">First item</a></li>
<li class="item"><a href="/other.html">Second item</a></li>
<li class="item"><a href="/other.html">Third item</a></li>
</ul>
</body>
</html>