Skip to content

Commit 75db8fc

Browse files
author
opensourceci2gis
committed
Version 1.3.0
1 parent 509045d commit 75db8fc

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,22 @@
22

33
<!--## Unreleased-->
44

5-
## v1.2.0
5+
## v1.3.0
6+
7+
- Fix error response format
8+
- Add `args` capability for launching application with arguments
9+
- Set default elements search timeout to 10 seconds (fixed in [Winium.Cruciatus 2.7.0](https://github.com/2gis/Winium.Cruciatus/releases/tag/v2.7.0))
10+
- Single file Driver distribution
11+
- Add extended driver commands (see [Winium.Elements](https://github.com/2gis/Winium.Elements/releases) for bindings). Extended commands simplify usage of following elements:
12+
- ComboBox (collapse, expand, is expanded, find selected item, scroll to item)
13+
- DataGrid (row count, column count, find cell, scroll to cell, select cell)
14+
- ListBox (scroll to item)
15+
- Menu (find item, select item)
16+
17+
18+
## v1.2.0
619

720
New features:
821
- Support Action Chains from bindings
922
- Add new script command for setting value to element using ValuePattern
23+

src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
3636
[assembly: AssemblyVersion("1.2.0.0")]
37-
[assembly: AssemblyFileVersion("1.2.0.*")]
38-
[assembly: AssemblyInformationalVersion("1.2.0")]
37+
[assembly: AssemblyFileVersion("1.3.0.*")]
38+
[assembly: AssemblyInformationalVersion("1.3.0")]

0 commit comments

Comments
 (0)