Activities
latest
false
Banner background image
UI Automation Activities
Last updated Apr 26, 2024

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?

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