File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ 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
- ## [ Unreleased ]
12
+ ## [ 0.7.0 ] - 2022-03-03
13
13
14
14
### Added
15
15
@@ -24,17 +24,11 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
24
24
- _ WD_UpdateDriver: Extract webdriver executable located in a subfolder
25
25
- _ WD_CapabilitiesAdd: Must use 'msedge' instead of 'edge' when for browser name. ` Script breaking change `
26
26
27
- ### Deprecated
28
-
29
27
### Fixed
30
28
31
29
- _ WD_UpdateDriver: Unpacking webdriver executable failed on some workstations; Better error handling
32
30
- _ WD_GetWebDriverVersion: Resolve error ` Subscript used on non-accessible variable `
33
31
34
- ### Removed
35
- ### Security
36
- ### Project
37
-
38
32
## [ 0.6.0] - 2022-02-22
39
33
40
34
### Added
@@ -865,7 +859,8 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
865
859
866
860
- Initial release
867
861
868
- [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/0.6.0...HEAD
862
+ [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/0.7.0...HEAD
863
+ [ 0.7.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.6.0...0.7.0
869
864
[ 0.6.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.5.2...0.6.0
870
865
[ 0.5.2 ] : https://github.com/Danp2/au3WebDriver/compare/0.5.1.1...0.5.2
871
866
[ 0.5.1.1 ] : https://github.com/Danp2/au3WebDriver/compare/0.5.1.0...0.5.1.1
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ This au3WebDriver UDF (project) allows to interact with any browser that support
95
95
| _ WD_IsLatestRelease | Compares local UDF version to latest release on Github. |
96
96
| _ WD_UpdateDriver | Replace web driver with newer version, if available. |
97
97
| _ WD_GetBrowserVersion | Get version number of specified browser. |
98
+ | _ WD_GetBrowserPath | Retrieve path to browser executable from registry. |
98
99
| _ WD_GetWebDriverVersion | Get version number of specifed webdriver. |
99
100
| _ WD_DownloadFile | Download file and save to disk. |
100
101
| _ WD_SetTimeouts | User friendly function to set webdriver session timeouts. |
Original file line number Diff line number Diff line change 65
65
#EndRegion Many thanks to:
66
66
67
67
#Region Global Constants
68
- Global Const $__WDVERSION = " 0.6 .0"
68
+ Global Const $__WDVERSION = " 0.7 .0"
69
69
70
70
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
71
71
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
You can’t perform that action at this time.
0 commit comments