Skip to content

Releases: 2gis/winphonedriver

v1.0.0

04 Oct 10:15
Compare
Choose a tag to compare
  • Support getting nested property value via GetElementAttribute and dot syntax #80
  • Support running mutiple driver-emulator pairs on same host (add dynamic port binding for Inner Server) #81
  • Change logic for deviceName matching #82

Note
#82 changes behavior of emulator name matching, previously requesting Emulator 8.1 WVGA 4 inch matched Emulator 8.1 WVGA 4 inch 512MB and not Emulator 8.1 WVGA 4 inch because we used partial match in order of appearance of emulators in device enumeration. Now driver will first try to strict match emulator name, of no match found, then it will use starts with strategy (as it worked before).

Thanks to @bayandin and @journeyman for contributions

v0.3.1

30 Sep 02:34
Compare
Choose a tag to compare

Combines v0.3.1 and v0.3.0

  • Fix listener crashing on empty incoming request
  • Allow execution of methods on static class in AUT from tests #77 (Thanks to @journeyman)
  • Add element rectangle to page source
  • Add GetElementRect and GetElementSize
  • Add support of RichTextBox to GetElementText command
  • Add PushFile and PullFile commands
  • Add support for invoking AppBar items using ExecuteScript
  • Add popup children to searchable elements

v0.2.0

14 Sep 06:43
Compare
Choose a tag to compare
  • First public release with precompiled binaries (ready to use)
  • Backport some server fixes from Winium.StoreApps