rubycdp / ferrum

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

Require missing dependencies #459

Closed erickguan closed 1 month ago

erickguan commented 2 months ago

I intend to require 'ferrum/browser to start a browser. However, ferrum/browser.rb misses a few dependencies. I add them in this PR. This PR doesn't fix other ruby files though.

route commented 1 month ago

Thanks!