Skip to content

Commit 8714c00

Browse files
bump: version 2.3.1 → 2.4.0
1 parent af8f21a commit 8714c00

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 2.4.0 (2025-08-01)
2+
3+
### Feat
4+
5+
- changing bool prefs to properties and adding support to user-data-dir preferences
6+
- adding prefs options customization
7+
- add overloads for find and query methods in FindElementsMixin
8+
- add method to retrieve parent element and its attributes
9+
- implements start_timeout option
10+
11+
### Fix
12+
13+
- adding typehint and fixing some codes
14+
- removing options preferences private attributes
15+
- set default URL to 'about:blank' in create_target method
16+
- change navigation when creating a new tab
17+
- add type hinting support and update project description
18+
19+
### Refactor
20+
21+
- remove redundant asterisk from find method overloads and reorganize query method overloads
22+
- refine type hint for response parameter and improve key check
23+
124
## 2.3.1 (2025-07-12)
225

326
### Fix

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.3.1
5+
version: 2.4.0

0 commit comments

Comments
 (0)