File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
Go to [ legend] ( #legend---types-of-changes ) for further information about the types of changes.
11
11
12
+ ## [ 0.9.1]
13
+
14
+ ### Fixed
15
+
16
+ - _ WD_ElementAction: Correct action names (CompRole >> ComputedRole & CompLabel >> ComputedLabel)
17
+ - _ WD_GetWebDriverVersion: Update regex for extracting version number
18
+ - Help file search functionality
19
+
12
20
## [ 0.9.0]
13
21
14
22
### Added
@@ -927,7 +935,8 @@ _WD_CapabilitiesDisplay
927
935
928
936
- Initial release
929
937
930
- [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/0.9.0...HEAD
938
+ [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/0.9.1...HEAD
939
+ [ 0.9.1 ] : https://github.com/Danp2/au3WebDriver/compare/0.9.0...0.9.1
931
940
[ 0.9.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.8.1...0.9.0
932
941
[ 0.8.1 ] : https://github.com/Danp2/au3WebDriver/compare/0.8.0...0.8.1
933
942
[ 0.8.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.7.0...0.8.0
Original file line number Diff line number Diff line change 69
69
#EndRegion Many thanks to:
70
70
71
71
#Region Global Constants
72
- Global Const $__WDVERSION = " 0.9.0 "
72
+ Global Const $__WDVERSION = " 0.9.1 "
73
73
74
74
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
75
75
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
You can’t perform that action at this time.
0 commit comments