Niminem / ChromeDevToolsProtocol

Low-level Nim wrapper for Chrome DevTools Protocol (CDP). Bend Chrome to your will with complete control over your browser. Scrape dynamic webpages, create browser automations, and beyond. Wield responsibly ;)
https://niminem.github.io/CDP/cdp.html
MIT License
35 stars 2 forks source link

ignore unknown chrome output, like internal errors, warnings, etc. #4

Open bung87 opened 5 months ago

bung87 commented 5 months ago

I've seen two kinds of error messages that are not expected. but still works fine. image2

Niminem commented 3 months ago

@bung87 keeping this one open, as I've come across different errors while on Windows that made the app hang if I simply ignored the error. Will do some exploration