File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.0 (2024-11-18)
2+
3+ ### Feat
4+
5+ - add callback ID handling for page load events in Page class
6+ - update event registration to return callback IDs and add removal
7+ - refactor DOM commands to use object_id instead of node_id
8+
9+ ### Fix
10+
11+ - refactor page navigation and loading logic for efficiency
12+ - add page reload after navigating to a new URL in Page class
13+ - refactor URL navigation to use evaluate_script for efficiency
14+ - implement page refresh on URL unchanged and add navigation event
15+ - update object ID reference in Page class for clarity
16+ - refactor element search logic to simplify error handling
17+ - DomCommands using ` object_id ` instead of ` node_id ` to prevent bugs
18+ - handle OSError when cleaning up temporary directories in Browser
19+
20+ ### Refactor
21+
22+ - change error log to warning for missing callback ID
23+ - refactor DOM command scripts for improved readability and reuse
24+ - rename methods for clarity and consistency in WebElement class
25+ - refactor parameter names for consistency in target methods
26+ - normalize variable naming for consistency in fetch commands
27+
128## 0.5.1 (2024-11-12)
229
330### Fix
Original file line number Diff line number Diff line change 22commitizen :
33 name : cz_conventional_commits
44 tag_format : $version
5- version : 0.5.1
5+ version : 0.6.0
You can’t perform that action at this time.
0 commit comments