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
Alias Ferrum::Frame#content= to Ferrum::Frame#set_content
Alias Ferrum::Node#propery to Ferrum::Node#[]
Implement Ferrum::Network#blacklist= and Ferrum::Network#whitelist=
Alias Ferrum::Network#blocklist= to Ferrum::Network#blacklist=
Alias Ferrum::Network#allowlist= to Ferrum::Network#whitelist=
Alias Ferrum::Page#go to Ferrum::Page#go_to
Ferrum::Browser#create_page accepts now new_context: true which can create a page in incognito context, and yields
a block with this page, after which the page is closed.