rubycdp / ferrum

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

Feature? Connect to already running devtools browser port? #250

Closed rschwass closed 2 years ago

rschwass commented 2 years ago

Can i use this tool if I already have a browser running with devtools port?

I have a bunch of chromedriver code, and I want to use this to bridge the gap and then someday rewrite the rest in ferrum.

I just need to use the network interception stuff right now.

Thanks.

rschwass commented 2 years ago

I see the :url option exists