Releases: 2gis/winphonedriver
Releases · 2gis/winphonedriver
v1.0.0
- 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
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