# Web

The steps for capturing element in Web as the application type are as follows:

1. Click on the **"+" icon** and create **new folder**
2. On the created folder, Click on **three dots (...).**  A Drop-down list will appear.
3. Select **Create Repository** from the list and choose **Web** as application or press **Shift+E+ W** from keyboard
4. On the Web window, Click **Capture Element** button and Select **browser.**
5. Avo Assure Client pop up window will appear.
6. Enter the **URL of Application under test** in the **Avo Assure Client - Capture** window and click **Navigate button** to get directed to the provided URL

<figure><img src="/files/Lj3NJrBFZVD0FbkZyRQn" alt="" width="336"><figcaption></figcaption></figure>

8. Choose a method from the following available element identification method to **capture element.**

**Following are the methods available with us while capturing the window through Web:**

| Method           | Description                                                                                                                                                                                           |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Visible**      | This method captures visible elements in the Application Under Test (AUT) by selecting appropriate element capture types from the dropdown                                                            |
| **All**          | This enables capturing all elements in the AUT, including hidden elements regardless of their capture type.                                                                                           |
| **Manual**       | This method allows capturing elements manually by navigating to the AUT.                                                                                                                              |
| **Capture type** | This type includes various element types, allowing users to choose the necessary element type and capture the elements accordingly.                                                                   |
| **Actionable**   | It captures the elements based on the actions that we selected from the drop down. It will capture the visible elements in the screen.                                                                |
| **Delay**        | This method works for elements that have longer loading time in the AUT, such as alert popups, hence this option specifies a certain amount of time for these elements to load before capturing them. |

9. Select the elements shown in the elements list and move them to the element repository by clicking on the Add button.&#x20;
10. After clicking the **Add** button, the selected elements get added to the Element repository.

<figure><img src="/files/JhidoISrZn2qilkjQ2i5" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-element-repository-section/create-element-repository/capturing-elements-in-avo-assure/web.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
