Hangs with Ferrum gem

Open
#295 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
ruby
Domain
devtools

Research direction

Start by reproducing the reported sequence with Ferrum::Browser.new, browser.go_to("https://google.com"), and binding.break. Trace the debugger's interaction with Ferrum's CDP connection after the break; the issue is done when the connection remains usable and the timeout error no longer occurs.

Written by the indexing model from the issue text.

Description

It does not works well with Ferrum gem. After binging.break it loses connection with CDP and raises timeout error.

browser = Ferrum::Browser.new
browser.go_to("https://google.com")
binding.break
Dominant language
Ruby
Stars
1.3k
Forks
146
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ruby/debug

All issues in ruby/debug

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.