File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.7.0 (2024-12-09)
2+
3+ ### Feat
4+
5+ - autoremove dialog from connection_handler when closed
6+ - add handle_dialog method to PageCommands class
7+ - add dialog handling methods to Page class
8+ - add support for handling JavaScript dialog opening events
9+ - refactor network response handling for base64 encoding support
10+ - add clipping option for screenshots and implement element capture
11+
12+ ### Fix
13+
14+ - index error on method get_dialog_message
15+ - update screenshot format from 'jpg' to 'jpeg' for consistency
16+ - handle potential IndexError when retrieving valid page targetId
17+ - filter valid pages using URL condition instead of title check
18+
19+ ### Refactor
20+
21+ - run ruff formatter to ensure code consistency
22+ - run ruff formatter to ensure code consistency
23+ - change screenshot format from PNG to JPG in commands and element
24+
125## 0.6.0 (2024-11-18)
226
327### Feat
Original file line number Diff line number Diff line change 22commitizen :
33 name : cz_conventional_commits
44 tag_format : $version
5- version : 0.6 .0
5+ version : 0.7 .0
You can’t perform that action at this time.
0 commit comments