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

Description I am encountering a segmentation fault within the lightpanda browser when attempting to connect to it using Playwright's connect_over_cdp method. This occurs immediately after websocket connection is established successfully...

Investigate
playwright

I'm not sure if the `page_allocator` was chosen for a specific reason, but I've always heard that the GPA should be used in debug/test, and the c_allocator in release.

It was working before, at least until 7eedb3320d8c2e98a49381784794c277103cf335 maybe later.

bug
regression

Mimic Chrome's endpoints to enable Selenium CDP connection. Selenium requires: On `/json/version`, `Browser` with a Chrome version and `WebkitVersion`. On `json/list`, at least one item containing `id`, `url` and `type`....

selenium

Hello, Trying out the latest binary release today and does not run at all on Fedora 41 josh@fedora ~/Downloads [1]> sha1sum lightpanda-x86_64-linux 38980cef5905236c1e14f4d2eaac2bcbb68e6f10 lightpanda-x86_64-linux josh@fedora ~/lDownloads> ./lightpanda-x86_64-linux error: InvalidVersion josh@fedora...

bug

According with https://ziglang.org/news/what-to-expect-from-release-month/ zig 0.14 will be tag the February 17th. We can begin to upgrade against master to prepare the upgrade. * zig-v8: https://github.com/lightpanda-io/zig-v8-fork/pull/35 * tigerbeetle-io: https://github.com/lightpanda-io/tigerbeetle-io/pull/14 * zig-js-runtime...

i'm running nightly with this example ``` 1 │ 'use strict' 2 │ 3 │ import puppeteer from 'puppeteer-core'; 4 │ 5 │ // use browserWSEndpoint to pass the Lightpanda's...

bug
DOM API

chromedp uses many `DOM` functions. #404 implements some of them. It needs [DOM.resolveNode](https://chromedevtools.github.io/devtools-protocol/tot/DOM/#method-resolveNode). The problem, in the respoonse, we have to pass a [`RemoteObject`](https://chromedevtools.github.io/devtools-protocol/tot/Runtime/#type-RemoteObject) including an `objectId`. This `objectId` is...

CDP
chromedp

Hi, Would it be possible to add an option to set a maximum size limit for data page loading? I’ve encountered errors when loading large files. I’d appreciate your help—thank...

Investigate

Some websites have a dataurl as a `src` in the script tag. e.g when running this command: ![Image](https://github.com/user-attachments/assets/bef9069f-5398-47da-809d-31b848773eb6) The site returns these script tags: ```html ``` Which results in a...

enhancement