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.
UiPath logo, featuring letters U and I in white

UIAutomation-Aktivitäten

Letzte Aktualisierung 7. Apr. 2026

Mouse Scroll

Ermöglicht das Scrollen in Anwendungen durch Senden von Maus-Scroll-Ereignissen an das angegebene UI-Element.

Diese API muss nach Open oder Attach hinzugefügt werden.

Definition

Namespace: UiPath.UIAutomationNext.API.Models

Assembly: UiPath.UIAutomationNext.API.Models (in der DLL-Datei UiPath.UIAutomationNext.API.Models)

Überladungen

ÜberladenBeschreibung
MouseScroll(TargetAnchorableModel)Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch das TargetAnchorableModel-Objekt identifiziert wird.
MouseScroll(TargetAnchorableModel, String)Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch das TargetAnchorableModel-Objekt identifiziert wird, während das Ziel angegeben wird, in das gescrollt werden soll.
MouseScroll(IElementDescriptor, MouseScrollOptions)Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch einen Deskriptor eines Elements im Objekt-Repository identifiziert wird, während die Maus-Scroll-Aktion angepasst wird.
MouseScroll(TargetAnchorableModel, MouseScrollOptions)Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch das TargetAnchorableModel-Objekt identifiziert wird, während die Maus-Scroll-Aktion angepasst wird.
MouseScroll(String, MouseScrollOptions)Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch eine Zeichenfolge aus dem Objekt-Repository identifiziert wird, wobei die Maus-Scroll-Aktion angepasst wird.
MouseScroll(RuntimeTarget, MouseScrollOptions)Ermöglicht das Scrollen in Anwendungen durch das Senden von Maus-Scroll-Ereignissen an das angegebene UI-Element, das durch eine Laufzeitinstanz eines Objekt-Repository-Elements identifiziert wird, und passt gleichzeitig die Maus-Scroll-Aktion an.
MouseScroll(String, String, NScrollDirection, Int32)Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch einen String aus dem Objekt-Repository identifiziert wird. Gleichzeitig werden das Ziel, in das gescrollt werden soll, die Scroll-Richtung und die Anzahl der Mausrad-Rastungen angegeben.
MouseScroll(IElementDescriptor, IElementDescriptor, NScrollDirection, Int32)Ermöglicht das Scrollen in Anwendungen durch Senden von Maus-Scroll-Ereignissen an das angegebene UI-Element, das durch einen Deskriptor eines Elements aus dem Objekt-Repository identifiziert wird, unter Angabe des Elementdeskriptors, in den gescrollt werden soll, der Scroll-Richtung und der Anzahl der Mausrad-Rastungen.
MouseScroll(String, NScrollDirection, Int32)Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch eine Zeichenfolge aus dem Objekt-Repository identifiziert wird, wobei die Scroll-Richtung und die Anzahl der Mausrad-Rastungen angegeben werden.
MouseScroll(IElementDescriptor, NScrollDirection, Int32)Ermöglicht das Scrollen in Anwendungen durch Senden von Maus-Scroll-Ereignissen an das angegebene UI-Element, das durch einen Deskriptor eines Elements aus dem Objekt-Repository identifiziert wird, wobei die Scroll-Richtung und die Anzahl der Mausrad-Rastungen angegeben werden.

MouseScroll(TargetAnchorableModel)

Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch das TargetAnchorableModel-Objekt identifiziert wird.

MouseScroll(
    TargetAnchorableModel target)
MouseScroll(
    TargetAnchorableModel target)

target TargetAnchorableModel : Das UI-Element, an das Sie Maus-Scroll-Ereignisse senden, wird durch das TargetAnchorableModel -Objekt identifiziert.

MouseScroll(TargetAnchorableModel, String)

Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch das TargetAnchorableModel-Objekt identifiziert wird, während das Ziel angegeben wird, in das gescrollt werden soll.

MouseScroll(
    TargetAnchorableModel target,
    string searchedTarget)
MouseScroll(
    TargetAnchorableModel target,
    string searchedTarget)

target TargetAnchorableModel : Das UI-Element, an das Sie Maus-Scroll-Ereignisse senden, wird durch das TargetAnchorableModel -Objekt identifiziert.

searchedTarget String : Das Ziel, in das geblättert werden soll, wird durch eine Zeichenkette aus dem Objekt-Repository identifiziert.

MouseScroll(IElementDescriptor, MouseScrollOptions)

Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch einen Deskriptor eines Elements im Objekt-Repository identifiziert wird, während die Maus-Scroll-Aktion angepasst wird.

MouseScroll(
    IElementDescriptor elementDescriptor,
    MouseScrollOptions mouseScrollOptions)
MouseScroll(
    IElementDescriptor elementDescriptor,
    MouseScrollOptions mouseScrollOptions)

elementDescriptor IElementDescriptor : Das UI-Element, an das Sie Maus-Scroll-Ereignisse senden, wird durch einen Deskriptor eines Elements im Object-Repository identifiziert.

mouseScrollOptions MouseScrollOptions : Zusätzliche Optionen zum Anpassen der Mausrollfunktion. Sie können Folgendes anpassen:

* `TargetOptions`:
  + **Timeout** - Specifies the amount of time (in seconds)
    to wait for the API to run before the
    `SelectorNotFoundException` error is
    thrown. The default value is 30 seconds.
  + **DelayAfter** - Delay time (in seconds) after executing
    the API. The default amount of time is 0.3 seconds (300
    milliseconds).
  + **DelayBefore** - Delay time (in seconds) before the API
    begins performing any operations. The default amount of time
    is 0.2 seconds (200 milliseconds).
* `NChildInteractionMode` - The type of the interaction
  to use performing the actions.
* `CusorMotionType` - Specifies the type of motion
  performed by the mouse cursor. There are two available options:
  + **Instant** - The cursor jumps to the destination. By
    default, **Instant** is selected.
  + **Smooth** - The cursor moves gradually towards the
    destination.
* `NKeyModifiers` - Add one or more key modifiers to
  use in combination with the scroll. The following options are
  available: **None**, **Alt**, **Ctrl**, **Shift**, and
  **Win**. The default option is **None**.
* `NScrollDirection` - The direction in which you want
  the scroll to be performed. The following options are available:
  **Left**, **Up**, **Right**, **Down**.
* `MovementUnits` - The amount of mouse wheel detents
  you want to scroll. The default is set to 10.
* `SearchedElementOptions` - The indicated UI element
  that you want to scroll to.
* `TargetOptions`:
  + **Timeout** - Specifies the amount of time (in seconds)
    to wait for the API to run before the
    `SelectorNotFoundException` error is
    thrown. The default value is 30 seconds.
  + **DelayAfter** - Delay time (in seconds) after executing
    the API. The default amount of time is 0.3 seconds (300
    milliseconds).
  + **DelayBefore** - Delay time (in seconds) before the API
    begins performing any operations. The default amount of time
    is 0.2 seconds (200 milliseconds).
* `NChildInteractionMode` - The type of the interaction
  to use performing the actions.
* `CusorMotionType` - Specifies the type of motion
  performed by the mouse cursor. There are two available options:
  + **Instant** - The cursor jumps to the destination. By
    default, **Instant** is selected.
  + **Smooth** - The cursor moves gradually towards the
    destination.
* `NKeyModifiers` - Add one or more key modifiers to
  use in combination with the scroll. The following options are
  available: **None**, **Alt**, **Ctrl**, **Shift**, and
  **Win**. The default option is **None**.
* `NScrollDirection` - The direction in which you want
  the scroll to be performed. The following options are available:
  **Left**, **Up**, **Right**, **Down**.
* `MovementUnits` - The amount of mouse wheel detents
  you want to scroll. The default is set to 10.
* `SearchedElementOptions` - The indicated UI element
  that you want to scroll to.

MouseScroll(TargetAnchorableModel, MouseScrollOptions)

Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch das TargetAnchorableModel-Objekt identifiziert wird, während die Maus-Scroll-Aktion angepasst wird.

MouseScroll(
    TargetAnchorableModel target,
    MouseScrollOptions mouseScrollOptions)
MouseScroll(
    TargetAnchorableModel target,
    MouseScrollOptions mouseScrollOptions)

target TargetAnchorableModel : Das UI-Element, an das Sie Maus-Scroll-Ereignisse senden, wird durch das TargetAnchorableModel -Objekt identifiziert.

mouseScrollOptions MouseScrollOptions : Zusätzliche Optionen zum Anpassen der Mausrollfunktion. Sie können Folgendes anpassen:

* `TargetOptions`:
  + **Timeout** - Specifies the amount of time (in seconds)
    to wait for the API to run before the
    `SelectorNotFoundException` error is
    thrown. The default value is 30 seconds.
  + **DelayAfter** - Delay time (in seconds) after executing
    the API. The default amount of time is 0.3 seconds (300
    milliseconds).
  + **DelayBefore** - Delay time (in seconds) before the API
    begins performing any operations. The default amount of time
    is 0.2 seconds (200 milliseconds).
* `NChildInteractionMode` - The type of the interaction
  to use performing the actions.
* `CusorMotionType` - Specifies the type of motion
  performed by the mouse cursor. There are two available options:
  + **Instant** - The cursor jumps to the destination. By
    default, **Instant** is selected.
  + **Smooth** - The cursor moves gradually towards the
    destination.
* `NKeyModifiers` - Add one or more key modifiers to
  use in combination with the scroll. The following options are
  available: **None**, **Alt**, **Ctrl**, **Shift**, and
  **Win**. The default option is **None**.
* `NScrollDirection` - The direction in which you want
  the scroll to be performed. The following options are available:
  **Left**, **Up**, **Right**, **Down**.
* `MovementUnits` - The amount of mouse wheel detents
  you want to scroll. The default is set to 10.
* `SearchedElementOptions` - The indicated UI element
  that you want to scroll to.
* `TargetOptions`:
  + **Timeout** - Specifies the amount of time (in seconds)
    to wait for the API to run before the
    `SelectorNotFoundException` error is
    thrown. The default value is 30 seconds.
  + **DelayAfter** - Delay time (in seconds) after executing
    the API. The default amount of time is 0.3 seconds (300
    milliseconds).
  + **DelayBefore** - Delay time (in seconds) before the API
    begins performing any operations. The default amount of time
    is 0.2 seconds (200 milliseconds).
* `NChildInteractionMode` - The type of the interaction
  to use performing the actions.
* `CusorMotionType` - Specifies the type of motion
  performed by the mouse cursor. There are two available options:
  + **Instant** - The cursor jumps to the destination. By
    default, **Instant** is selected.
  + **Smooth** - The cursor moves gradually towards the
    destination.
* `NKeyModifiers` - Add one or more key modifiers to
  use in combination with the scroll. The following options are
  available: **None**, **Alt**, **Ctrl**, **Shift**, and
  **Win**. The default option is **None**.
* `NScrollDirection` - The direction in which you want
  the scroll to be performed. The following options are available:
  **Left**, **Up**, **Right**, **Down**.
* `MovementUnits` - The amount of mouse wheel detents
  you want to scroll. The default is set to 10.
* `SearchedElementOptions` - The indicated UI element
  that you want to scroll to.

MouseScroll(String, MouseScrollOptions)

Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch eine Zeichenfolge aus dem Objekt-Repository identifiziert wird, wobei die Maus-Scroll-Aktion angepasst wird.

MouseScroll(
    string target,
    MouseScrollOptions mouseScrollOptions)
MouseScroll(
    string target,
    MouseScrollOptions mouseScrollOptions)

target String : Das UI-Element, an das Sie Maus-Scroll-Ereignisse senden, wird durch eine Zeichenfolge aus dem Objekt-Repository identifiziert.

mouseScrollOptions MouseScrollOptions : Zusätzliche Optionen zum Anpassen der Mausrollfunktion. Sie können Folgendes anpassen:

* `TargetOptions`:
  + **Timeout** - Specifies the amount of time (in seconds)
    to wait for the API to run before the
    `SelectorNotFoundException` error is
    thrown. The default value is 30 seconds.
  + **DelayAfter** - Delay time (in seconds) after executing
    the API. The default amount of time is 0.3 seconds (300
    milliseconds).
  + **DelayBefore** - Delay time (in seconds) before the API
    begins performing any operations. The default amount of time
    is 0.2 seconds (200 milliseconds).
* `NChildInteractionMode` - The type of the interaction
  to use performing the actions.
* `CusorMotionType` - Specifies the type of motion
  performed by the mouse cursor. There are two available options:
  + **Instant** - The cursor jumps to the destination. By
    default, **Instant** is selected.
  + **Smooth** - The cursor moves gradually towards the
    destination.
* `NKeyModifiers` - Add one or more key modifiers to
  use in combination with the scroll. The following options are
  available: **None**, **Alt**, **Ctrl**, **Shift**, and
  **Win**. The default option is **None**.
* `NScrollDirection` - The direction in which you want
  the scroll to be performed. The following options are available:
  **Left**, **Up**, **Right**, **Down**.
* `MovementUnits` - The amount of mouse wheel detents
  you want to scroll. The default is set to 10.
* `SearchedElementOptions` - The indicated UI element
  that you want to scroll to.
* `TargetOptions`:
  + **Timeout** - Specifies the amount of time (in seconds)
    to wait for the API to run before the
    `SelectorNotFoundException` error is
    thrown. The default value is 30 seconds.
  + **DelayAfter** - Delay time (in seconds) after executing
    the API. The default amount of time is 0.3 seconds (300
    milliseconds).
  + **DelayBefore** - Delay time (in seconds) before the API
    begins performing any operations. The default amount of time
    is 0.2 seconds (200 milliseconds).
* `NChildInteractionMode` - The type of the interaction
  to use performing the actions.
* `CusorMotionType` - Specifies the type of motion
  performed by the mouse cursor. There are two available options:
  + **Instant** - The cursor jumps to the destination. By
    default, **Instant** is selected.
  + **Smooth** - The cursor moves gradually towards the
    destination.
* `NKeyModifiers` - Add one or more key modifiers to
  use in combination with the scroll. The following options are
  available: **None**, **Alt**, **Ctrl**, **Shift**, and
  **Win**. The default option is **None**.
* `NScrollDirection` - The direction in which you want
  the scroll to be performed. The following options are available:
  **Left**, **Up**, **Right**, **Down**.
* `MovementUnits` - The amount of mouse wheel detents
  you want to scroll. The default is set to 10.
* `SearchedElementOptions` - The indicated UI element
  that you want to scroll to.

MouseScroll(RuntimeTarget, MouseScrollOptions)

Ermöglicht das Scrollen in Anwendungen durch das Senden von Maus-Scroll-Ereignissen an das angegebene UI-Element, das durch eine Laufzeitinstanz eines Objekt-Repository-Elements identifiziert wird, und passt gleichzeitig die Maus-Scroll-Aktion an.

MouseScroll(
    RuntimeTarget target,
    MouseScrollOptions mouseScrollOptions)
MouseScroll(
    RuntimeTarget target,
    MouseScrollOptions mouseScrollOptions)

target RuntimeTarget : Das UI-Element, an das Sie Maus-Scroll-Ereignisse senden, wird von einer Laufzeitinstanz eines Objekt-Repository-Elements identifiziert.

mouseScrollOptions MouseScrollOptions : Zusätzliche Optionen zum Anpassen der Mausrollfunktion. Sie können Folgendes anpassen:

* `TargetOptions`:
  + **Timeout** - Specifies the amount of time (in seconds)
    to wait for the API to run before the
    `SelectorNotFoundException` error is
    thrown. The default value is 30 seconds.
  + **DelayAfter** - Delay time (in seconds) after executing
    the API. The default amount of time is 0.3 seconds (300
    milliseconds).
  + **DelayBefore** - Delay time (in seconds) before the API
    begins performing any operations. The default amount of time
    is 0.2 seconds (200 milliseconds).
* `NChildInteractionMode` - The type of the interaction
  to use performing the actions.
* `CusorMotionType` - Specifies the type of motion
  performed by the mouse cursor. There are two available options:
  + **Instant** - The cursor jumps to the destination. By
    default, **Instant** is selected.
  + **Smooth** - The cursor moves gradually towards the
    destination.
* `NKeyModifiers` - Add one or more key modifiers to
  use in combination with the scroll. The following options are
  available: **None**, **Alt**, **Ctrl**, **Shift**, and
  **Win**. The default option is **None**.
* `NScrollDirection` - The direction in which you want
  the scroll to be performed. The following options are available:
  **Left**, **Up**, **Right**, **Down**.
* `MovementUnits` - The amount of mouse wheel detents
  you want to scroll. The default is set to 10.
* `SearchedElementOptions` - The indicated UI element
  that you want to scroll to.
* `TargetOptions`:
  + **Timeout** - Specifies the amount of time (in seconds)
    to wait for the API to run before the
    `SelectorNotFoundException` error is
    thrown. The default value is 30 seconds.
  + **DelayAfter** - Delay time (in seconds) after executing
    the API. The default amount of time is 0.3 seconds (300
    milliseconds).
  + **DelayBefore** - Delay time (in seconds) before the API
    begins performing any operations. The default amount of time
    is 0.2 seconds (200 milliseconds).
* `NChildInteractionMode` - The type of the interaction
  to use performing the actions.
* `CusorMotionType` - Specifies the type of motion
  performed by the mouse cursor. There are two available options:
  + **Instant** - The cursor jumps to the destination. By
    default, **Instant** is selected.
  + **Smooth** - The cursor moves gradually towards the
    destination.
* `NKeyModifiers` - Add one or more key modifiers to
  use in combination with the scroll. The following options are
  available: **None**, **Alt**, **Ctrl**, **Shift**, and
  **Win**. The default option is **None**.
* `NScrollDirection` - The direction in which you want
  the scroll to be performed. The following options are available:
  **Left**, **Up**, **Right**, **Down**.
* `MovementUnits` - The amount of mouse wheel detents
  you want to scroll. The default is set to 10.
* `SearchedElementOptions` - The indicated UI element
  that you want to scroll to.

MouseScroll(String, String, NScrollDirection, Int32)

Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch einen String aus dem Objekt-Repository identifiziert wird. Gleichzeitig werden das Ziel, in das gescrollt werden soll, die Scroll-Richtung und die Anzahl der Mausrad-Rastungen angegeben.

MouseScroll(
    string target,
    string searchedTarget,
    [NScrollDirection direction],
    [int movementUnits])
MouseScroll(
    string target,
    string searchedTarget,
    [NScrollDirection direction],
    [int movementUnits])

target String : Das UI-Element, an das Sie Maus-Scroll-Ereignisse senden, wird durch eine Zeichenfolge aus dem Objekt-Repository identifiziert.

searchedTarget String : Das Ziel, in das geblättert werden soll, wird durch eine Zeichenkette aus dem Objekt-Repository identifiziert.

direction NScrollDirection : Die Richtung, in der der Bildlauf ausgeführt werden soll. Die folgenden Optionen sind verfügbar: Links, Oben, Rechts, Unten.

movementUnits Int32 : Die Anzahl der Rastungen des Mausrads, in denen Sie blättern möchten. Der Standardwert ist auf 10 festgelegt.

MouseScroll(IElementDescriptor, IElementDescriptor, NScrollDirection, Int32)

Ermöglicht das Scrollen in Anwendungen durch Senden von Maus-Scroll-Ereignissen an das angegebene UI-Element, das durch einen Deskriptor eines Elements aus dem Objekt-Repository identifiziert wird, unter Angabe des Elementdeskriptors, in den gescrollt werden soll, der Scroll-Richtung und der Anzahl der Mausrad-Rastungen.

MouseScroll(
    IElementDescriptor elementDescriptor,
    IElementDescriptor searchedelementDescriptor,
    [NScrollDirection direction],
    [int movementUnits])
MouseScroll(
    IElementDescriptor elementDescriptor,
    IElementDescriptor searchedelementDescriptor,
    [NScrollDirection direction],
    [int movementUnits])

elementDescriptor IElementDescriptor : Das UI-Element, an das Sie Maus-Scroll-Ereignisse senden, wird durch einen Deskriptor eines Elements im Object-Repository identifiziert.

searchedelementDescriptor IElementDescriptor : Der Elementdeskriptor, zu dem geblättert werden soll.

direction NScrollDirection : Die Richtung, in der der Bildlauf ausgeführt werden soll. Die folgenden Optionen sind verfügbar: Links, Oben, Rechts, Unten.

movementUnits Int32 : Die Anzahl der Rastungen des Mausrads, in denen Sie blättern möchten. Der Standardwert ist auf 10 festgelegt.

MouseScroll(String, NScrollDirection, Int32)

Ermöglicht das Scrollen in Anwendungen, indem Maus-Scroll-Ereignisse an das angegebene UI-Element gesendet werden, das durch eine Zeichenfolge aus dem Objekt-Repository identifiziert wird, wobei die Scroll-Richtung und die Anzahl der Mausrad-Rastungen angegeben werden.

MouseScroll(
    string target,
    [NScrollDirection direction],
    [int movementUnits])
MouseScroll(
    string target,
    [NScrollDirection direction],
    [int movementUnits])

target String : Das UI-Element, an das Sie Maus-Scroll-Ereignisse senden, wird durch eine Zeichenfolge aus dem Objekt-Repository identifiziert.

direction NScrollDirection : Die Richtung, in der der Bildlauf ausgeführt werden soll. Die folgenden Optionen sind verfügbar: Links, Oben, Rechts, Unten.

movementUnits Int32 : Die Anzahl der Rastungen des Mausrads, in denen Sie blättern möchten. Der Standardwert ist auf 10 festgelegt.

MouseScroll(IElementDescriptor, NScrollDirection, Int32)

Ermöglicht das Scrollen in Anwendungen durch Senden von Maus-Scroll-Ereignissen an das angegebene UI-Element, das durch einen Deskriptor eines Elements aus dem Objekt-Repository identifiziert wird, wobei die Scroll-Richtung und die Anzahl der Mausrad-Rastungen angegeben werden.

MouseScroll(
    IElementDescriptor elementDescriptor,
    [NScrollDirection direction],
    [int movementUnits])
MouseScroll(
    IElementDescriptor elementDescriptor,
    [NScrollDirection direction],
    [int movementUnits])

elementDescriptor IElementDescriptor : Das UI-Element, an das Sie Maus-Scroll-Ereignisse senden, wird durch einen Deskriptor eines Elements im Object-Repository identifiziert.

direction NScrollDirection : Die Richtung, in der der Bildlauf ausgeführt werden soll. Die folgenden Optionen sind verfügbar: Links, Oben, Rechts, Unten.

movementUnits Int32 : Die Anzahl der Rastungen des Mausrads, in denen Sie blättern möchten. Der Standardwert ist auf 10 festgelegt.

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