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 ab81f0d commit c6f81abCopy full SHA for c6f81ab
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 0.5.1 (2024-11-12)
2
+
3
+### Fix
4
5
+- simplify outer HTML retrieval for consistent object handling
6
+- refactor click method to check option tag earlier in flow
7
+- refactor bounding box retrieval to access nested response value
8
+- handle KeyError instead of IndexError for element bounds retrieval
9
+- enhance DOM command methods and rename for clarity and consistency
10
+- add JavaScript bounding box retrieval for web elements
11
+- remove redundant top-checks for element clicks in WebElement
12
13
## 0.5.0 (2024-11-11)
14
15
### Feat
cz.yaml
@@ -2,4 +2,4 @@
commitizen:
name: cz_conventional_commits
tag_format: $version
- version: 0.5.0
+ version: 0.5.1
0 commit comments