UiPath Documentation
activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

UIAutomation-Aktivitäten

PositionalSwipe

Wischt zu einer vordefinierten Position auf dem Bildschirm mit Start- und Endpunkten.

Definition

Namespace: UiPath.MobileAutomation.API.Models

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

PositionalSwipe(Point, Point, CoordinatesTypeEnum, Float, MobileOptions.PositionalSwipeOptions)

PositionalSwipe(
	    Point startSwipePoint,
	    Point endSwipePoint,
	    CoordinatesTypeEnum coordinatesType = CoordinatesTypeEnum.DeviceIndependentPixels,
	    float waitTime = 4f,
	    MobileOptions. PositionalSwipeOptions options = null
)
PositionalSwipe(
	    Point startSwipePoint,
	    Point endSwipePoint,
	    CoordinatesTypeEnum coordinatesType = CoordinatesTypeEnum.DeviceIndependentPixels,
	    float waitTime = 4f,
	    MobileOptions. PositionalSwipeOptions options = null
)

startSwipePoint Punkt : Legen Sie die Startpunkte für Ihr positioniertes Wischen auf dem Gerätebildschirm fest.

endSwipePoint Punkt : Legen Sie die Endpunkte für Ihr positioniertes Wischen auf dem Gerätebildschirm fest.

coordinatesType CoordinatesTypeEnum (Optional) : Gibt den Koordinatentyp von startSwipePoint und endSwipePoint an. Der Standardwert ist CoordinatesTypeEnum.DeviceIndependentPixels. Die verfügbaren Auswahlmöglichkeiten sind:

* `CoordinatesTypeEnum.DeviceIndependentPixels` - Use
  this option for workflows using a single device. Since the
  indication corresponds to actual pixels on the screen, it's
  different for each device.
* `CoordinatesTypeEnum.PhysicalPixels` - Use this
  option to run workflows on devices with similar density screens.
  Device-independent pixels means that you are indicating a target
  based on the pixel density of the selected screen area.
* `CoordinatesTypeEnum.DeviceIndependentPixels` - Use
  this option for workflows using a single device. Since the
  indication corresponds to actual pixels on the screen, it's
  different for each device.
* `CoordinatesTypeEnum.PhysicalPixels` - Use this
  option to run workflows on devices with similar density screens.
  Device-independent pixels means that you are indicating a target
  based on the pixel density of the selected screen area.

waitTime Float (Optional) : Gibt die Zeitdauer (in Sekunden) an, die während der Übergänge zwischen den Punkten gewartet wurde.

options MobileOptions.PositionalSwipeOptions (Optional) : Gibt MobileOptions.DrawPatternOptions für die DrawPattern -Aktion an. Der Standardwert ist null.

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben