アクティビティ
最新
バナーの背景画像
UI Automation のアクティビティ
最終更新日 2024年4月26日

スワイプ

スワイプ操作は、指定した要素が見つかるまで、リスト上でスワイプを複数回反復処理します (MaxNumberOfSwipes を上限とする)。ターゲットが設定されていない場合、スワイプ操作では特定の要素を検索せずに 1 回のスワイプが実行されます。

定義

名前空間: UiPath.MobileAutomation.API.Models

アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

オーバー ロード

オーバーロード説明
Swipe(IElementDescriptor, IElementDescriptor, SwipeDirection, int, MobileOptions.SwipeOptions)IElementDescriptor ターゲットが見つかるまで、指定されたコンテナー内で IElementDescriptor としてスワイプ アクションを実行します。最初のパラメーターはコンテナーを指定し、2 番目のパラメーターはスワイプ操作のターゲットを定義します。
Swipe(IElementDescriptor, ObjectRepositoryTarget, SwipeDirection, int, MobileOptions.SwipeOptions)ObjectRepositoryTarget ターゲットが見つかるまで、指定されたコンテナー内で IElementDescriptor としてスワイプ アクションを実行します。最初のパラメーターはコンテナーを指定し、2 番目のパラメーターはスワイプ操作のターゲットを定義します。
Swipe(IElementDescriptor, SelectorTarget, SwipeDirection, int, MobileOptions.SwipeOptions)SelectorTarget ターゲットが見つかるまで、指定されたコンテナー内で IElementDescriptor としてスワイプ アクションを実行します。最初のパラメーターはコンテナーを指定し、2 番目のパラメーターはスワイプ操作のターゲットを定義します。
Swipe(ObjectRepositoryTarget, IElementDescriptor, SwipeDirection, int, MobileOptions.SwipeOptions)IElementDescriptor ターゲットが見つかるまで、指定されたコンテナー内で ObjectRepositoryTarget としてスワイプ アクションを実行します。最初のパラメーターはコンテナーを指定し、2 番目のパラメーターはスワイプ操作のターゲットを定義します。
Swipe(ObjectRepositoryTarget, ObjectRepositoryTarget, SwipeDirection, int, MobileOptions.SwipeOptions)ObjectRepositoryTarget ターゲットが見つかるまで、指定されたコンテナー内で ObjectRepositoryTarget としてスワイプ アクションを実行します。最初のパラメーターはコンテナーを指定し、2 番目のパラメーターはスワイプ操作のターゲットを定義します。
Swipe(ObjectRepositoryTarget, SelectorTarget, SwipeDirection, int, MobileOptions.SwipeOptions)SelectorTarget ターゲットが見つかるまで、指定されたコンテナー内で ObjectRepositoryTarget としてスワイプ アクションを実行します。最初のパラメーターはコンテナーを指定し、2 番目のパラメーターはスワイプ操作のターゲットを定義します。
Swipe(SelectorTarget, IElementDescriptor, SwipeDirection, int, MobileOptions.SwipeOptions)IElementDescriptor ターゲットが見つかるまで、指定されたコンテナー内で SelectorTarget としてスワイプ アクションを実行します。最初のパラメーターはコンテナーを指定し、2 番目のパラメーターはスワイプ操作のターゲットを定義します。
Swipe(SelectorTarget, ObjectRepositoryTarget, SwipeDirection, int, MobileOptions.SwipeOptions)ObjectRepositoryTarget ターゲットが見つかるまで、指定されたコンテナー内で SelectorTarget としてスワイプ アクションを実行します。最初のパラメーターはコンテナーを指定し、2 番目のパラメーターはスワイプ操作のターゲットを定義します。
Swipe(SelectorTarget, SelectorTarget, SwipeDirection, int, MobileOptions.SwipeOptions)SelectorTarget ターゲットが見つかるまで、指定されたコンテナー内で SelectorTarget としてスワイプ アクションを実行します。最初のパラメーターはコンテナーを指定し、2 番目のパラメーターはスワイプ操作のターゲットを定義します。

Swipe(IElementDescriptor, IElementDescriptor, SwipeDirection, int, MobileOptions.SwipeOptions)

IElementDescriptor から IElementDescriptor へのスワイプ操作を実行します。
Swipe(
	    IElementDescriptor container,
	    IElementDescriptor target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)Swipe(
	    IElementDescriptor container,
	    IElementDescriptor target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)
container IElementDescriptor
スワイプ アクションのコンテナーを定義する要素。
target IElementDescriptor
スワイプ操作のターゲットを定義する要素です。
swipeDirection SwipeDirection (任意)
スワイプ操作の方向。
maxNumberOfSwipes Int32 (任意)
目的の結果を達成するためのスワイプの最大数。
options MobileOptions.SwipeOptions
スワイプ操作の MobileOptions.SwipeOptions を指定します。既定値は null です。

Swipe(IElementDescriptor, ObjectRepositoryTarget, SwipeDirection, int, MobileOptions.SwipeOptions)

IElementDescriptor から ObjectRepositoryTarget へのスワイプ操作を実行します。
Swipe(
	    IElementDescriptor container,
	    ObjectRepositoryTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)Swipe(
	    IElementDescriptor container,
	    ObjectRepositoryTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)
container IElementDescriptor
スワイプ アクションのコンテナーを定義する要素。
target ObjectRepositoryTarget
スワイプ操作のターゲットを定義する要素です。
swipeDirection SwipeDirection (任意)
スワイプ操作の方向。
maxNumberOfSwipes Int32 (任意)
目的の結果を達成するためのスワイプの最大数。
options MobileOptions.SwipeOptions
スワイプ操作の MobileOptions.SwipeOptions を指定します。既定値は null です。

Swipe(IElementDescriptor, SelectorTarget, SwipeDirection, int, MobileOptions.SwipeOptions)

IElementDescriptor から SelectorTarget へのスワイプ操作を実行します。
Swipe(
	    IElementDescriptor container,
	    SelectorTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)Swipe(
	    IElementDescriptor container,
	    SelectorTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)
container IElementDescriptor
スワイプ アクションのコンテナーを定義する要素。
target SelectorTarget
スワイプ操作のターゲットを定義する要素です。
swipeDirection SwipeDirection (任意)
スワイプ操作の方向。
maxNumberOfSwipes Int32 (任意)
目的の結果を達成するためのスワイプの最大数。
options MobileOptions.SwipeOptions
スワイプ操作の MobileOptions.SwipeOptions を指定します。既定値は null です。

Swipe(ObjectRepositoryTarget, IElementDescriptor, SwipeDirection, int, MobileOptions.SwipeOptions)

ObjectRepositoryTarget から IElementDescriptor へのスワイプ操作を実行します。
Swipe(
	    ObjectRepositoryTarget container,
	    IElementDescriptor target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)Swipe(
	    ObjectRepositoryTarget container,
	    IElementDescriptor target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)
container ObjectRepositoryTarget
スワイプ アクションのコンテナーを定義する要素。
target IElementDescriptor
スワイプ操作のターゲットを定義する要素です。
swipeDirection SwipeDirection (任意)
スワイプ操作の方向。
maxNumberOfSwipes Int32 (任意)
目的の結果を達成するためのスワイプの最大数。
options MobileOptions.SwipeOptions
スワイプ操作の MobileOptions.SwipeOptions を指定します。既定値は null です。

Swipe(ObjectRepositoryTarget, ObjectRepositoryTarget, SwipeDirection, int, MobileOptions.SwipeOptions)

ObjectRepositoryTarget から ObjectRepositoryTarget へのスワイプ操作を実行します。
Swipe(
	    ObjectRepositoryTarget container,
	    ObjectRepositoryTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)Swipe(
	    ObjectRepositoryTarget container,
	    ObjectRepositoryTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)
container ObjectRepositoryTarget
スワイプ アクションのコンテナーを定義する要素。
target ObjectRepositoryTarget
スワイプ操作のターゲットを定義する要素です。
swipeDirection SwipeDirection (任意)
スワイプ操作の方向。
maxNumberOfSwipes Int32 (任意)
目的の結果を達成するためのスワイプの最大数。
options MobileOptions.SwipeOptions
スワイプ操作の MobileOptions.SwipeOptions を指定します。既定値は null です。

Swipe(ObjectRepositoryTarget, SelectorTarget, SwipeDirection, int, MobileOptions.SwipeOptions)

ObjectRepositoryTarget から SelectorTarget へのスワイプ操作を実行します。
Swipe(
	    ObjectRepositoryTarget container,
	    SelectorTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)Swipe(
	    ObjectRepositoryTarget container,
	    SelectorTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)
container ObjectRepositoryTarget
スワイプ アクションのコンテナーを定義する要素。
target SelectorTarget
スワイプ操作のターゲットを定義する要素です。
swipeDirection SwipeDirection (任意)
スワイプ操作の方向。
maxNumberOfSwipes Int32 (任意)
目的の結果を達成するためのスワイプの最大数。
options MobileOptions.SwipeOptions
スワイプ操作の MobileOptions.SwipeOptions を指定します。既定値は null です。

Swipe(SelectorTarget, IElementDescriptor, SwipeDirection, int, MobileOptions.SwipeOptions)

SelectorTarget から IElementDescriptor へのスワイプ操作を実行します。
Swipe(
	    SelectorTarget container,
	    IElementDescriptor target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)Swipe(
	    SelectorTarget container,
	    IElementDescriptor target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)
container SelectorTarget
スワイプ アクションのコンテナーを定義する要素。
target IElementDescriptor
スワイプ操作のターゲットを定義する要素です。
swipeDirection SwipeDirection (任意)
スワイプ操作の方向。
maxNumberOfSwipes Int32 (任意)
目的の結果を達成するためのスワイプの最大数。
options MobileOptions.SwipeOptions
スワイプ操作の MobileOptions.SwipeOptions を指定します。既定値は null です。

Swipe(SelectorTarget, ObjectRepositoryTarget, SwipeDirection, int, MobileOptions.SwipeOptions)

SelectorTarget から ObjectRepositoryTarget へのスワイプ操作を実行します。
Swipe(
	    SelectorTarget container,
	    ObjectRepositoryTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)Swipe(
	    SelectorTarget container,
	    ObjectRepositoryTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)
container SelectorTarget
スワイプ アクションのコンテナーを定義する要素。
target ObjectRepositoryTarget
スワイプ操作のターゲットを定義する要素です。
swipeDirection SwipeDirection (任意)
スワイプ操作の方向。
maxNumberOfSwipes Int32 (任意)
目的の結果を達成するためのスワイプの最大数。
options MobileOptions.SwipeOptions
スワイプ操作の MobileOptions.SwipeOptions を指定します。既定値は null です。

Swipe(SelectorTarget, SelectorTarget, SwipeDirection, int, MobileOptions.SwipeOptions)

SelectorTarget から SelectorTarget へのスワイプ操作を実行します。
Swipe(
	    SelectorTarget container,
	    SelectorTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)Swipe(
	    SelectorTarget container,
	    SelectorTarget target,
	    SwipeDirection swipeDirection = SwipeDirection.Down,
	    int maxNumberOfSwipes = 10,
	    MobileOptions. SwipeOptions options = null
)
container SelectorTarget
スワイプ アクションのコンテナーを定義する要素。
target SelectorTarget
スワイプ操作のターゲットを定義する要素です。
swipeDirection SwipeDirection (任意)
スワイプ操作の方向。
maxNumberOfSwipes Int32 (任意)
目的の結果を達成するためのスワイプの最大数。
options MobileOptions.SwipeOptions
スワイプ操作の MobileOptions.SwipeOptions を指定します。既定値は null です。

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.