browser icon indicating copy to clipboard operation
browser copied to clipboard

Lightpanda: the headless browser designed for AI and automation

Results 166 browser issues
Sort by recently updated
recently updated
newest added

I'm using Playwright and connecting CDP to Lightpanda which is deployed on a container using Docker, but I'm facing a problem that I haven't found a solution for yet -...

Investigate

Hi team, We have noticed that sometimes in debug logs the JS execution throws an error, we confirmed that these scripts load fine in chromium, firefox, etc. However the error...

We use JS [polyfills](https://github.com/lightpanda-io/browser/tree/main/src/browser/polyfill) to supports some web APIs. These polyfills are injected into v8 during page [initialization](https://github.com/lightpanda-io/browser/blob/main/src/browser/page.zig#L150-L151). The polyfill loader [executes the pre-load part](https://github.com/lightpanda-io/browser/blob/main/src/browser/polyfill/polyfill.zig#L86-L100) of the polyfill, and it...

``` ./lightpanda serve --host 127.0.0.2 --port 9222 --user_agent_suffix "(X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36" ```` I want to change the user agent by any means, I tried...

Description The LightPanda browser panics and crashes with a "reached unreachable code" error when attempting to load https://www.nytimes.com. The crash appears to be triggered by an InvalidURI exception within the...

hello, i meet some error when i use clould offer. I have try to ask ai, read docs, but i failed. below is my code ``` import { chromium, devices,...

CDP
Investigate
playwright

**Environment**: on Mac M1, Docker, chromedp, lightpanda/browser:nightly Open the page [https://movie.douban.com ](https://movie.douban.com/), monitor the network request to [https://m.douban.com/rexxar/api/v2/subject/recent_hot/movie?limit=50 ](https://m.douban.com/rexxar/api/v2/subject/recent_hot/movie?limit=50), and the response body does not match the expected result.

First of all, thank's for the amazing project! I would be interested about multiple pages and page persistence support (cookies, localStorage, etc.). The simplest example that comes to mind: we...

enhancement

hi, since this just uses 25mb, can I run this on cloudflare worker through wasm? would be great to have some instructions.