Summary:
I’m testing Lightpanda via CDP (Playwright connect_over_cdp) on Amazon. The PDP has standard HTML submit inputs (e.g. “Buy Now” / “Add to Cart” with formaction). The element is visible and clickable, but after clicking nothing happens: URL stays on the PDP, checkout DOM never appears, and the captured HTML after the click is essentially unchanged/empty. The same steps work in Chromium (Playwright) on the same machine.
Environment:
- Windows 11 + WSL2 Ubuntu
- Lightpanda nightly binary
- CDP server: lightpanda serve --host 127.0.0.1 --port 9222
- Client: Playwright 1.57 (Python)
- Target: Amazon PDP (example: https://www.amazon.pl/gp/product/B0FVG6VC6M)
Expected:
- Click/submit triggers navigation to checkout (URL changes)
- Checkout DOM elements appear
Actual:
- No navigation, URL unchanged
- No checkout DOM
- HTML after click is unchanged/empty