# Browser

- [Go To Absolute URL](https://docs.does.qa/test-steps/browser/go-to-absolute-url.md): Navigate to an absolute URL.
- [Go To Relative Path](https://docs.does.qa/test-steps/browser/go-to-relative-path.md): Navigate to a relative URL.
- [Reload](https://docs.does.qa/test-steps/browser/reload.md): Reload the current page.
- [Back](https://docs.does.qa/test-steps/browser/back.md): Navigate back.
- [Forward](https://docs.does.qa/test-steps/browser/forward.md): Navigate forward.
- [Open File](https://docs.does.qa/test-steps/browser/open-file.md): Open a file.
- [Run Browser Script](https://docs.does.qa/test-steps/browser/run-browser-script.md): Run your own custom JavaScript code in your DoesQA test flows.
- [Next Tab](https://docs.does.qa/test-steps/browser/next-tab.md): Switch to the next browser tab.
- [Previous Tab](https://docs.does.qa/test-steps/browser/previous-tab.md): Switch to the previous browser tab.
- [Close Current Tab](https://docs.does.qa/test-steps/browser/close-current-tab.md): Close the current browser tab.


---

# 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.does.qa/test-steps/browser.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.
