mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-07-31 09:46:05 -04:00
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.
13 lines
354 B
HTML
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>
|