ferrum icon indicating copy to clipboard operation
ferrum copied to clipboard

Headless Chrome Ruby API

Results 85 ferrum issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. Ferrum v0.17 introduced a bug where calling `browser.reset` immediately after initializing a new Browser instance causes an...

This PR adds a configuration to tell Dependabot to update the versions used for some well-known GitHub Actions, such as `checkout`, in order to avoid deprecation warnings when those get...

**Describe the bug** If incognito is disabled and flatten is disabled, an error occurs: `undefined method 'find_target' for nil (NoMethodError)` **To Reproduce** ```ruby browser = Ferrum::Browser.new(headless: false, incognito: false, flatten:...

**Describe the bug** chromium 140.0.7315.0 crashes when executing `Ferrum::Browser.new` on Linux x64 (Fedora 42) on top of Ruby on Rails on nginx 1.29.0 with passenger 6.0.27. Browser created with: ```ruby...