rubycdp / ferrum

Headless Chrome Ruby API
https://ferrum.rubycdp.com
MIT License
1.68k stars 119 forks source link

Include type and stackTrace in logging for console API #419

Open alexeyr-ci opened 7 months ago

alexeyr-ci commented 7 months ago

We have https://github.com/rubycdp/ferrum/blob/98a7acb14fe5cac8a503ee59211fd4f99daa02e5/lib/ferrum/page.rb#L358-L362 but it doesn't include params["type"] or params["stackTrace"], and they seem to be useful.