From 3464a23a10e548f8af30416f4affeb7ea00e4297 Mon Sep 17 00:00:00 2001 From: Dmitry Vorotilin Date: Wed, 3 Jan 2024 19:47:31 +0300 Subject: [PATCH] chore: add CHANGELOG entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36fe127..b365c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Changed - `@window_size` attribute is moved from Ferrum, viewport size is still inherited [#253] +- Compatibility with latest Ferrum. Browser instance is not passed everywhere now. +`window_size`, `url_blacklist`, `url_whitelist`, `timeout` are moved to options. Page arguments are changed to +`Page.new(client, context_id:, target_id:)`. These changes are changes to internal API. [#254] ### Fixed - Detect whether element is in the viewport and clickable before click [#251]