You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ferrum::Browser#new(incognito: false) whether to create an incognito profile for the browser startup window, true by default.
Changed
Ferrum::Network::Exchange#finished? takes into account that exchange might be in an unknown state after loader changed(next go_to call) and considers
such as finished [#426]
headless: "new" mode is removed as it's now default in modern Chrome, just use headless: true instead [#518]
Fixed
Correctly set mouse events buttons property [#509]
Prevent 'Hash#[]=': can't add a new key into hash during iteration [#513]
Ferrum::Network::Exchange#finished? and Ferrum::Network#wait_for_idle take into account that request can be a blob [#496]
Safe call body method (DOM) when page is empty and no html [#522]