# Manual Recording

> As explained in the [About Recording Types](https://docs.uipath.com/activities/other/latest/ui-automation/about-recording-types) chapter, there are some actions that cannot be handled by the automatic recorder. We refer to these as single actions or manual recordings. You can use both manual and automatic recording in automations to achieve full automation of a task. Single actions can be found in the **Actions** group of any recording toolbar.

As explained in the [About Recording Types](https://docs.uipath.com/activities/other/latest/ui-automation/about-recording-types) chapter, there are some actions that cannot be handled by the automatic recorder. We refer to these as single actions or manual recordings. You can use both manual and automatic recording in automations to achieve full automation of a task. Single actions can be found in the **Actions** group of any recording toolbar.

:::note
It is recommended to run your web automations on Internet Explorer 11 and above, Mozilla Firefox 50 or above, or the latest version of Google Chrome.
:::

## Start and Stop an App or Browser

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-171608-0681d7e5.webp)

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-168141-8c7b88c4.webp)

These single actions enable you to open an app or browser, as well as close them, by pointing and clicking them.

The activities generated using the desktop and web manual recorders contain partial selectors and containers (first screenshot), while the activities generated by the basic recorder contains a full selector and no container (third screenshot), just like with the automatic recording. More information about selectors is available in the [About Selectors](https://docs.uipath.com/activities/other/latest/ui-automation/about-selectors) page.

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-167995-684b6354.webp)

The partial selector for the example's **Click** activity:

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-171160-2173170b.webp)

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-167545-6be56ba9.webp)

## Click

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-166544-77d51194.webp)

These types of actions enable you to record clicks on the desktop or a running application, select an option from a drop-down list or combo box, and select a check box or a radio button.

## Type

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-168193-1e697ec1.webp)

These single actions include those that require input from the keyboard, such as keyboard shortcuts and key presses. To achieve this, two pop-up windows are used to retrieve your keyboard input.

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-171192-f74ef8df.webp)

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-170053-504ab220.webp)

## Copy

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-170556-605bc694.webp)

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-166668-2b2f934e.webp)

These actions enable you to copy a selected text from an opened application or web browser, so that you can use it later in the project. Screen scraping is also available under the **Copy** menu, as it enables you to extract images and text from an app or browser.

For more information, see [Screen Scraping](https://docs.uipath.com/activities/other/latest/ui-automation/output-or-screen-scraping-methods#output-or-screen-scraping-methods).

## Mouse Element

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-166804-96557106.webp)

These types of actions enable you to simulate mouse movements that cannot be recorded but give you access to more functionalities, such as right-clicking, hovering or double-clicking.

## Find Element

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-168357-1764e56c.webp)

These types of single actions enable you to identify specific UI elements or pause the automation until a particular window closes or an UI element is no longer displayed. The find relative element action is useful with apps that do not allow direct interaction with UI elements, such as Citrix.

## Window Element

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-166417-3ed27dad.webp)

Window element actions enable you to close windows. Studio does this by hooking in the operating system to make sure the application is closed.

## Text

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-171640-e21cd32e.webp)

Text single actions enable you to select or hover over text to make tooltips visible for scraping, right-click to make the context menu visible, copy and paste text and many others.

## Image

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-167577-f26a8455.webp)

Image single actions enable you to wait for a specified image to disappear, to find a specific image in an app or website, right-click or hover over an image and others. This type of manual recording can be useful with UI elements that are saved as graphics, as they cannot be highlighted as normal fields or text.
