Quantcast
Channel: UiAutomation Releases Rss Feed
Viewing all articles
Browse latest Browse all 20

Released: UIAutomation 0.8.7 Beta 1 (1 12, 2014)

$
0
0
This version introduces new elements' object model that simplifies using of elements' patterns. For more information, please refer to the documentation page and presentation.

Since this version, the module works with Microsoft's UI Automation via wrappers what is no change for all except those who mix cmdlets and bare calls to UI Automation.
In the last case you need to add conversion:
# $nativeElement is AutomationElement# $wrapperElement is an IUiElementIUiElementProxy, the type the module returns$nativeElement=$wrapperElement.GetSourceElement();
$wrapperElement=[UiAutomation.AutomationFactory]::GetUiElement($nativeElement);

Viewing all articles
Browse latest Browse all 20

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>