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

UI Automation activities

Last updated Feb 28, 2026

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.

  • AddPoint
  • Definition
  • Return value
  • Create
  • Definition
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated