You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 possible Element does not support ... control pattern interface.
Add ExecuteScriptmobile: invokeMethod support to StoreApps. Lets you execute any public static method in AUT from your tests. See py-functional tests for usage example.