browser
browser copied to clipboard
Lightpanda: the headless browser designed for AI and automation
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...
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...
``` $ ./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...
Is there any plan to introduce support for the linux arm64 platform?
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...
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...
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...