IApp.DragAndDrop メソッド

定義

オーバーロード

DragAndDrop(Func<AppQuery,AppQuery>, Func<AppQuery,AppQuery>)

要素から 要素に をドラッグします。

DragAndDrop(String, String)

要素から 要素に をドラッグします。

DragAndDrop(Func<AppQuery,AppQuery>, Func<AppQuery,AppQuery>)

要素から 要素に をドラッグします。

public void DragAndDrop (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> from, Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> to);
abstract member DragAndDrop : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> -> unit
Public Sub DragAndDrop (from As Func(Of AppQuery, AppQuery), to As Func(Of AppQuery, AppQuery))

パラメーター

from
Func<AppQuery,AppQuery>

from 要素を指定する fluent API のエントリ ポイント。

to
Func<AppQuery,AppQuery>

to 要素を指定する fluent API のエントリ ポイント。

適用対象

DragAndDrop(String, String)

要素から 要素に をドラッグします。

public void DragAndDrop (string from, string to);
abstract member DragAndDrop : string * string -> unit
Public Sub DragAndDrop (from As String, to As String)

パラメーター

from
String

from 要素のマーク付きセレクター。

to
String

to 要素のマーク付きセレクター。

適用対象