# SelectorTarget

> This is a mobile target identified as a selector. To create a `selectorTarget`,
you fetch the value of a selector using the mobile device [Selection options](https://docs.uipath.com/activities/other/latest/ui-automation/about-the-mobile-automation-activities-pack#selection-options). For instance, if
you create a new Object Repository element, and select **Indicate Element**, the
selection options menu opens. From the selection options you can copy the web control of
the desired UI element.

This is a mobile target identified as a selector. To create a `selectorTarget`,
you fetch the value of a selector using the mobile device [Selection options](https://docs.uipath.com/activities/other/latest/ui-automation/about-the-mobile-automation-activities-pack#selection-options). For instance, if
you create a new Object Repository element, and select **Indicate Element**, the
selection options menu opens. From the selection options you can copy the web control of
the desired UI element.

## Definition

**Namespace**: UiPath.MobileAutomation.API.Models

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

## Syntax

```
public class SelectorTarget
```

The `SelectorTarget` type exposes the following members:

## Constructors

```
public SelectorTarget()
```

`SelectorTarget`
:   Initializes a new instance of the `SelectorTarget`
    class.

## SelectorTarget properties

### `Selector`

**Property Value**:  [String](https://learn.microsoft.com/en-us/dotnet/api/system.string?view=net-8.0)

The value of the desired target as a native selector, that you can retrieve using the mobile
device [Selection options](https://docs.uipath.com/activities/other/latest/ui-automation/about-the-mobile-automation-activities-pack#selection-options).

```
public string Selector { get; set; }
```
