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

Create UUID v4. Create prefixed ids. To support more of the CDP protocol, we need to remove the hard-coded IDs (session, browser context, frame, loader, ...) and be able to...

In debug mode, it has a more user-friendly output: level | the log messge | ms since last message | key=value key=value In release mode, it logs using logfmt, which...

Changes are fairly superfluous. I wanted to remove the error.NoError, but then thought having more explicit command -> options might be good (especially if we add more command and/or options)....

The change look bigger than it is because the CDP struct was changed into a generic (so that mocks could be injected). This added a level of indentation. Added a...