Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.HeadlessTestingFramework.Appium
Actions
Methods
SendKeys(String)
Menu
On this page
SendKeys(String) Method
Definition
Namespace
Avalonia.HeadlessTestingFramework.Appium
Assembly
HeadlessTestingFramework.dll
View source
Types the specified text.
public Actions SendKeys(string text)
Parameters
text
String
The text to type.
Returns
Actions
This Actions instance for chaining.