We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b338b commit 5f9a101Copy full SHA for 5f9a101
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 2.8.1 (2025-09-27)
2
+
3
+### Fix
4
5
+- store the opened tab in the _tabs_opened dictionary
6
+- **elements**: correctly detect parenthesized XPath expressions
7
8
+### Refactor
9
10
+- simplify FindElementsMixin._get_expression_type startswith checks into single tuple
11
12
## 2.8.0 (2025-08-28)
13
14
### Feat
cz.yaml
@@ -2,4 +2,4 @@
commitizen:
name: cz_conventional_commits
tag_format: $version
- version: 2.8.0
+ version: 2.8.1
0 commit comments