AppQuery.Button(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 button.
For Android: An element that has class (or inherits from) android.widget.Button
.
For iOS: An element with class UIButton
.
public Xamarin.UITest.Queries.AppQuery Button (string marked = null);
member this.Button : string -> Xamarin.UITest.Queries.AppQuery
Public Function Button (Optional marked As String = null) As AppQuery
Parameters
- marked
- String
Optional argument for matching using marked classification. See Marked(String) for more.