Skip to content

Click/submit on Amazon PDP does not trigger navigation (works in Chromium) #1401

@PawiX25

Description

@PawiX25

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions