activities
latest
false
UiPath logo, featuring letters U and I in white

UI Automation Activities

Last updated Mar 25, 2025

FingerPath methods

Configure the FingerPath class using the methods exposed by this type:

AddPoint

Add coordinate points to the X-Y axis, that represent the finger path on the device screen.

Definition

Namespace: UiPath.MobileAutomation.API.Models

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

 public FingerPath AddPoint(
	double x,
	double y
)public FingerPath AddPoint(
	double x,
	double y
)
x Double
The coordinates for the X axis.
y Double
The coordinates for the Y axis.

Return value

FingerPath (from public class FingerPath)

All the points representing the path of the finger on the device screen, on a X-Y axis.

Create

Create the finger path.

Definition

Namespace: UiPath.MobileAutomation.API.Models

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

 public static FingerPath Create()public static FingerPath Create()

Return value

FingerPath (from public class FingerPath)

All the points representing the path of the finger on the device screen, on a X-Y axis.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
© 2005-2025 UiPath. All rights reserved.