Skip to content

Releases: 2gis/Winium.Desktop

v1.6.0

30 Sep 05:33
Compare
Choose a tag to compare
  • Add new script command for click to element center (by bounding rectangle). Thanks @kdavydenko
  • Add GetOrientation and SetOrientation command. Thanks @JonStoneman
  • Fix listener crashing on empty incoming request (python bindings >2.53.3)
  • Fix get attribute response format

v1.5.0

20 Oct 11:51
Compare
Choose a tag to compare
  • Add SwitchToWindow command
  • Fix XPath attribute value if this ControlType

v1.4.0

13 Oct 05:40
Compare
Choose a tag to compare
  • Add XPath strategy for locating elements
  • Add GetCurrentWindowHandle command
  • Add GetWindowHandles command
  • Add --silent option to a driver CLI (suppresses output)
  • Fix logger timestamp format

v1.3.0

01 Sep 06:03
Compare
Choose a tag to compare
  • 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)
  • 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)

v1.2.0

30 Jun 05:48
Compare
Choose a tag to compare

New features:

  • Support Action Chains from bindings
  • Add new script command for setting value to element using ValuePattern. See wiki

v1.1.0

02 Jun 10:43
Compare
Choose a tag to compare

v1.0.0

02 Jun 10:47
Compare
Choose a tag to compare

Implemented command:

  • clear
  • getText
  • sendKeys
  • findElemends
  • getElementAttribute
  • getElementSize
  • implicidWait
  • isElementDisplayed
  • isEnabled
  • isSelected
  • screenshot
  • quit
  • mouseMoveTo
  • equals
  • mouseClick
  • mouseDoubleClick
  • getActiveElement
  • submit
  • executeScript
  • status

v0.1.0

19 Mar 06:48
Compare
Choose a tag to compare

First release.
Supported commands:

  • create session
  • delete session (close)
  • find element
  • find child element
  • click element

Supported search strategy:

  • id
  • name
  • class name