browser icon indicating copy to clipboard operation
browser copied to clipboard

Lightpanda: the headless browser designed for AI and automation

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

We should build the browser with linux ARM

Currently, when we load polyfills, we always compile and run javascript scripts. It would be better to compile once and run multiple times. An idea would be: 1. create a...

enhancement

In order to ease debug log in js world

We need to add end to end CDP tests to ensure no regressions on the websocket/stream/CDP features (where unit tests are not possible). To start we want to test the...

CDP
Workflow

Using a chromedp script to request lightpanda CDP, I get the following error: ``` error(server): do error: error.MissingField ``` chromedp sent the message: ``` 2024-10-24T16:20:04.571+0200 DEBUG gateway/main.go:259 ws read: type...

bug
CDP

https://github.com/lightpanda-io/browser/issues/425 Add a few integration tests for the TCP server which are fast enough to be run as part of the unit tests (one of the new tests covers the...

For the time being, given that we only allow 1 client at a time, I took a shortcut to implement this. The server has an incrementing "current_client_id" which is part...