Skip to content

Commit 44f9edc

Browse files
bump: version 2.7.0 → 2.8.0
1 parent f746476 commit 44f9edc

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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

cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
5-
version: 2.7.0
5+
version: 2.8.0

0 commit comments

Comments
 (0)