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

Updated Release: UIAutomation 0.8.7 Beta 2

$
0
0
This release continues to deliver the new elements' object model. Now, there are available three property holders (i.e., objects that are visible as properties that in turn hold a number of methods and properties):
the Keyboard property holder:
$element.Keyboard.TypeText("any text");
(read more here the Keyboard property)

the Mouse property holder:
$element.Mouse.LeftButtonClick();
$element.Mouse.LeftButtonDoubleClick();
$element.Mouse.RightButtonClick();
(read more here the Mouse property)

the Control property holder:
$element.Control.InvokeContextMenu();
$element.Control.Click(10, 10);
(read more here the Control property)

Viewing all articles
Browse latest Browse all 20

Trending Articles