Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opensourceci2gis committed Sep 1, 2015
1 parent 509045d commit 75db8fc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

<!--## Unreleased-->

## v1.2.0
## v1.3.0

- Fix error response format
- Add `args` capability for launching application with arguments
- 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))
- Single file Driver distribution
- Add extended driver commands (see [Winium.Elements](https://github.com/2gis/Winium.Elements/releases) for bindings). Extended commands simplify usage of following elements:
- ComboBox (collapse, expand, is expanded, find selected item, scroll to item)
- DataGrid (row count, column count, find cell, scroll to cell, select cell)
- ListBox (scroll to item)
- Menu (find item, select item)


## v1.2.0

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

Expand Down
4 changes: 2 additions & 2 deletions src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.*")]
[assembly: AssemblyInformationalVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.3.0.*")]
[assembly: AssemblyInformationalVersion("1.3.0")]

0 comments on commit 75db8fc

Please sign in to comment.