iOSApp.DoubleTap 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.
Overloads
DoubleTap(String) |
Performs two quick tap / touch gestures on the matched element. If multiple elements are matched, the first one will be used. |
DoubleTap(Func<AppQuery,AppQuery>) |
Performs two quick tap / touch gestures on the matched element. If multiple elements are matched, the first one will be used. |
DoubleTap(String)
Performs two quick tap / touch gestures on the matched element. If multiple elements are matched, the first one will be used.
public void DoubleTap (string marked);
abstract member DoubleTap : string -> unit
override this.DoubleTap : string -> unit
Public Sub DoubleTap (marked As String)
Parameters
- marked
- String
Marked selector to match. See Marked(String) for more information.
Implements
Applies to
DoubleTap(Func<AppQuery,AppQuery>)
Performs two quick tap / touch gestures on the matched element. If multiple elements are matched, the first one will be used.
public void DoubleTap (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query);
abstract member DoubleTap : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> -> unit
override this.DoubleTap : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> -> unit
Public Sub DoubleTap (query As Func(Of AppQuery, AppQuery))