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:
(read more here the Keyboard property)
{code:powershell}
the Keyboard property holder:
$element.Keyboard.TypeText("any text");
{code:powershell}