Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@NickAb NickAb released this 04 Oct 10:15
· 1 commit to master since this release
  • 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