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+ ## 2.8.0 (2025-08-28)
2+
3+ ### Feat
4+
5+ - adding get_siblings_elements method
6+ - adding get_children_elements method
7+ - refactor Tab class to support optional WebSocket address handling
8+ - add WebSocket connection support for existing browser instances
9+ - add optional WebSocket address support in connection handler
10+
11+ ### Fix
12+
13+ - add get siblings and get childen methods a raise_exc option
14+ - improving children and parent retrive docstring and creating a private generic method for then
15+ - using new execute_script public method
16+ - solving conflicts
17+ - rename pages fixtures files and adding a error test
18+
19+ ### Refactor
20+
21+ - refactor Tab class to improve initialization and error handling
22+ - refactor Browser class to manage opened tabs and WebSocket setup
23+ - add new exception classes for connection and WebSocket errors
24+
125## 2.7.0 (2025-08-22)
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 : 2.7 .0
5+ version : 2.8 .0
You can’t perform that action at this time.
0 commit comments