browser
browser copied to clipboard
Lightpanda: the headless browser designed for AI and automation
https://github.com/lightpanda-io/browser/issues/297#issuecomment-2629902605
(coffee_js_server) root@iZt4nhuq1nq8iailj5blsgZ:~/coffee/server# ./lightpanda-x86_64-linux --host 127.0.0.1 --port 9222 info(websocket): starting blocking worker to listen on 127.0.0.1:9222 info(server): accepting new conn... info(server): client connected thread 1189041 panic: reached unreachable code /home/runner/work/browser/browser/src/cdp/page.zig:0:0: 0x17a521b...
Hi, thank you for the project. Just wondering if we connect to a remote instance will proxies still work via CDP for creating the context? (Not the launch args proxy)
Hi guys, I was using the Playwrite chrome browser to scrape my website. I saw Lightpanda and wanted to give it a try. I get this error in my console:...
I will love to contribute on the future, a question: What about fingerprint? To use a light browser with AI agents maybe need to protect the fingerprint from sites that...
Hi, trying to figure out what methods from CDP can be done. Is there network interception support?
`lightpanda http://www.example.com` produces the error `error(cli): 'http://www.example.com' fetching error (error.TlsInitializationFailed)s` lightpanda does not support a URL with the HTTP protocol and gives a cryptic error message. I would like to...
The hello world example does not work. In fact, no website I've tried works. It's usually always panics. ``` ./lightpanda-aarch64-macos --host 127.0.0.1 --port 9222 info(websocket): starting blocking worker to listen...
At current state it's very hard to use it, because one single unimplemented api can break everything. Would it be feasible to somehow have a plugin system so that user...