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

Un browser classique, y compris Chrome Headless, part du principe que l’ensemble du Javascript inclus dans un site web est nécessaire à son correct rendu. Par conséquent il execute l’ensemble...

DOM API
CDP
Investigate

On pourrait utiliser [WebIDL](https://webidl.spec.whatwg.org/) afin de s’assurer: - que l’ensemble des méthodes du standard DOM sont implémentées - que la signature de ces méthodes est conforme Tous les navigateurs modernes...

DOM API
Investigate
HTML Parser

``` $ ./zig-out/bin/browsercore-get 'https://www.walmart.com' debug(browser): starting GET https://www.walmart.com info(browser): GET https://www.walmart.com/ http.Status.ok debug(browser): header content-type: text/html; charset=utf-8 debug(browser): parse html with charset utf-8 debug(browser): start js env debug(browser): setup global...

bug

Is there any plan to introduce support for the linux arm64 platform?

Investigate

So, the idea comes from the necessity of re-launching browser context in plawright each time in order to rotate the proxy. I think it'd be a good idea to find...

enhancement

This includes / is built on top of https://github.com/lightpanda-io/browser/pull/408 CDP is now a struct, with a cleaner separation between Server, Client and CDP. Server Client CDP -> Browser. The CDP...

When connecting to browser using Playwright's Python CDP interface, connection is immediately closed with an assert error. There might be an incompatibility between Playwright's CDP implementation and Lightpanda's CDP server...

CDP
Investigate
playwright

Adds a structured logger with output to logfmt format (which is both human readable and supported by most log ingestors). Some ideas borrowed from https://github.com/karlseguin/log.zig. My goal is to give...