# Directional Swipe

> `UiPth.MobileAutomation.Activities.DirectionalSwipe`

`UiPth.MobileAutomation.Activities.DirectionalSwipe`

## Description

Perform a swipe operation with the following pre-defined directions: Down, Up, Left,
Right.

## Project compatibility

### Windows - Legacy | Windows

## Configuration

### Designer panel

**Swipe Direction** - The direction of the swipe action. The available swipe
directions are the following:

* **Down**
* **Up**
* **Left**
* **Right**

### Properties panel

#### Common

* **ContinueOnError** - Specifies if the automation should continue even when
  the activity throws an error. This field only supports Boolean values (True,
  False). The default value is False. As a result, if the field is blank and an
  error is thrown, the execution of the project stops. If the value is set to
  True, the execution of the project continues regardless of any error.
 
  :::note
  If this activity is included in **Try Catch** and the value of the **ContinueOnError** property is True, no error is caught when the project is executed.
  :::
* **DelayAfter** - Delay time (in seconds) after executing the activity. The
  default value is `0.3` seconds.
* **DelatBefore** - Delay time (in seconds) before the activity begins
  performing any operations. The default value is `0.2` seconds.
* **DisplayName** - The display name of the activity.

#### Input

* **Swipe Direction** - The direction of the swipe action. The available swipe
  directions are the following:
  + **Down**
  + **Up**
  + **Left**
  + **Right**
* **Swipe Press Time** - The time, in milliseconds, between the start point and
  the end point of the swipe action.
* **Swipe Size** - The length of the swipe action, which is a percent of the
  screen size. The swipe of the size can be between 0 and 100.

#### Misc

**Private** - If selected, the values of variables and arguments are no longer
logged at Verbose level.
