Skip to content

v1.7.1

Latest
Compare
Choose a tag to compare
@NickAb NickAb released this 19 Dec 02:50
· 2 commits to master since this release
  • Fix IsDisplayed for Silverlight. Driver considired elements invisible when container size was (0, 0), which is notm for some containers like canvas. (Thanks to @bayandin)
  • Fix links to SDK in READMEs. (Thanks to @sargissargsyan)
  • Fix possible Element does not support ... control pattern interface.
  • Add ExecuteScript mobile: invokeMethod support to StoreApps. Lets you execute any public static method in AUT from your tests. See py-functional tests for usage example.
  • Add ExecuteScript automation sub-commands support to Silverlight. See wiki. Fixes 2gis/winphonedriver#83