- Allow switching process name to
realProcessNamefor an apps starting with a launcher. That can fix exception Process Not Found in close/quit function - Fix throw exceptions in getting some gui element's attributes
- Add
SwitchToWindowcommand - Fix XPath attribute value if this ControlType
- Add
XPathstrategy for locating elements - Add
GetCurrentWindowHandlecommand - Add
GetWindowHandlescommand - Add
--silentoption to a driver CLI (suppresses output) - Fix logger timestamp format
- Fix error response format
- Add
argscapability for launching application with arguments - Set default elements search timeout to 10 seconds (fixed in Winium.Cruciatus 2.7.0)
- Single file Driver distribution
- Add extended driver commands (see Winium.Elements 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)
New features:
- Support Action Chains from bindings
- Add new script command for setting value to element using ValuePattern