# Working With Web Development Tools

Web development tools provide inspection and manipulation methods for analyzing various aspects of web applications. Familiarizing yourself with these tools can significantly improve your transaction scripting capabilities and increase the velocity at which you will be able to create new transactions or efficiently analyze reported issues.

To execute Page Load and Transaction tests, ThousandEyes Enterprise and Cloud Agents are running the [Chromium browser](https://www.chromium.org/Home), a variation of Google's [Chrome](https://www.google.com/chrome/). This is why this article focuses on resources describing development tools of the Chrome browser. Since the web development tools do not differ significantly between web browsers (at least not in their basic functionality that we're discussing here), becoming familiar with one flavor of web development tools will make you capable of using other browsers' development tools as well.

## Video Guides for Chrome Developer Tools

| Link                                                                                      | Resource type              | Description                                                       |
| ----------------------------------------------------------------------------------------- | -------------------------- | ----------------------------------------------------------------- |
| [Google Chrome Developer Tools Crash Course](https://www.youtube.com/watch?v=x4q86IjJFag) | Video Duration: 51 minutes | A thorough introduction to all aspects of Chrome developer tools. |
| [Using Chrome Developer Tools: Elements](https://www.youtube.com/watch?v=nV9PLPFTnkE)     | Video Duration: 14 minutes | A short tutorial focusing on the **Elements** section.            |
| [Using Chrome Developer Tools: Network](https://www.youtube.com/watch?v=PwoT18tp6Hs)      | Video Duration: 8 minutes  | A short tutorial focusing on the **Network** section.             |
| [Using Chrome Developer Tools: Console](https://www.youtube.com/watch?v=G74ll-6L4_o)      | Video Duration: 6 minutes  | A short tutorial focusing on the **Console** section.             |

## Related Information

This article is part of the [Transaction Tests](https://docs.thousandeyes.com/product-documentation/browser-synthetics/transaction-tests) section.

If you have any questions, [contact the ThousandEyes Customer Engineering team](https://docs.thousandeyes.com/product-documentation/getting-started/getting-support-from-thousandeyes).


---

# 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.thousandeyes.com/product-documentation/browser-synthetics/transaction-tests/getting-started/working-with-web-development-tools.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.
