AppQuery.TextField(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Matches a TextField.
For Android: An element that has class (or inherits from) android.widget.EditText
.
For iOS: An element with class UITextField
.
public Xamarin.UITest.Queries.AppQuery TextField (string marked = null);
member this.TextField : string -> Xamarin.UITest.Queries.AppQuery
Public Function TextField (Optional marked As String = null) As AppQuery
Parameters
- marked
- String
Optional argument for matching using marked classification. See Marked(String) for more.