File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
src/Winium.Desktop.Driver/Properties Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 55- Add driver option --silent to disable logging
66-->
77
8- ## v1.3.0
8+ ## v1.4.0
9+
10+ - Add ` XPath ` strategy for locating elements
11+ - Add ` GetCurrentWindowHandle ` command
12+ - Add ` GetWindowHandles ` command
13+ - Add ` --silent ` option to a driver CLI (suppresses output)
14+ - Fix logger timestamp format
15+
16+
17+ ## v1.3.0
918
1019- Fix error response format
1120- Add ` args ` capability for launching application with arguments
@@ -24,3 +33,4 @@ New features:
2433- Support Action Chains from bindings
2534- Add new script command for setting value to element using ValuePattern
2635
36+
Original file line number Diff line number Diff line change 3434// by using the '*' as shown below:
3535// [assembly: AssemblyVersion("1.0.*")]
3636[ assembly: AssemblyVersion ( "1.2.0.0" ) ]
37- [ assembly: AssemblyFileVersion ( "1.3 .0.*" ) ]
38- [ assembly: AssemblyInformationalVersion ( "1.3 .0" ) ]
37+ [ assembly: AssemblyFileVersion ( "1.4 .0.*" ) ]
38+ [ assembly: AssemblyInformationalVersion ( "1.4 .0" ) ]
You can’t perform that action at this time.
0 commit comments