> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/features-in-test-case-section-1/editing-element-attributes-in-test-case.md).

# Editing Element Attributes

You can edit the attributes of a captured element from the Element Repository. Access the element from the Test Case page, navigate to its repository path, and update the required attributes from the Details pane. After saving the changes, return to the Test Case page to continue working on the test case.

To edit the attributes, perform the following actions:

1. On **Home** page, under **Projects**, select required project.
2. From upper right corner, select **Design Studio** to open the **Test Case** page.
3. Select create test case from folder and go to **Test Step Group**.
4. Under **Elements** column, hover over any captured element.
5. Select **i** <img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FMP2UDfPQNZcDPjjbQLNV%2Fimage.png?alt=media&amp;token=d6c6f484-f2ad-4ea4-8cc7-8ae57835b07f" alt="" data-size="line">icon. The **Details** pane opens on the right side of the **Test Case** page.

![](https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FkhQjex78UMMtwRDBVM59%2Funknown.png?alt=media\&token=bfc47593-65b7-4fa3-81cd-15b5dd05ddeb)

6. On the **Details** pane, select the **Repository Path** to navigate to the **Element Repository**.
7. Hover over the empty column next to the element and select the **Edit** icon. The **Details** pane opens.
8. Modify the required property values. For example, change the **5. Name Attribute** from **UserName** to **Username**.
9. Select **Save Properties** to save the changes.

![](https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2Fa1HsqQh595LwyY5dUmOO%2Funknown.png?alt=media\&token=02a028cf-2d47-4d90-8d19-92258de1af5f)

10. After editing the element properties, select **Redirect to test case** to return to the **Test Case** page.

![](https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FOxmYsifReVDFSqals3Xo%2Funknown.png?alt=media\&token=de789f49-7906-4537-8fbf-10f967733ef9)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/features-in-test-case-section-1/editing-element-attributes-in-test-case.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
