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 cee24f2 commit 4b5fc9aCopy full SHA for 4b5fc9a
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 0.5.0 (2024-11-11)
2
+
3
+### Feat
4
5
+- add method to generate command for calling a function on an object
6
+- implement script execution and visibility checks in click method
7
+- add JavaScript functions for element visibility and interaction
8
9
+### Refactor
10
11
+- enhance exception classes with descriptive error messages
12
+- simplify command creation by using RuntimeCommands.evaluate_script
13
+- refactor JavaScript execution and introduce runtime commands
14
15
## 0.4.4 (2024-11-11)
16
17
### Fix
cz.yaml
@@ -2,4 +2,4 @@
commitizen:
name: cz_conventional_commits
tag_format: $version
- version: 0.4.4
+ version: 0.5.0
0 commit comments