# SDK Reference

- [Components](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components.md)
- [Browser](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/browser.md): The Browser class in Ordino AI provides a suite of browser-level automation capabilities. It allows seamless interaction with browser windows, navigation, alerts, cookies, and more.
- [Link](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/link.md): The Link class provides a clean interface for interacting with generic container elements such as \<link> blocks. It includes methods for selection, assertions, and scrolling into view.
- [Button](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/button.md): The Button class provides a simplified interface for handling button interactions in test automation. It supports essential operations such as clicking, asserting button states, and scrolling events.
- [CheckBox](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/checkbox.md): The Check Box class provides a clean interface for interacting with generic container elements such as \<checkBox> blocks. It includes methods for selection, assertions, and scrolling into view.
- [Div](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/div.md): The Div class provides a clean interface for interacting with generic container elements such as \<div> blocks. It includes methods for selection, assertions, and scrolling into view.
- [DropDown](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/dropdown.md): The DropDown class provides a clean interface for interacting with generic container elements such as \<select> blocks. It includes methods for selection, assertions, and scrolling into view.
- [TextBox](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/textbox.md): The TextBox class provides a streamlined interface for interacting with text input fields. It includes methods for typing, asserting values, and scrolling elements into view. These capabilities improv
- [Radio Button](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/radio-button.md)
- [Label](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/label.md)
- [File Input](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/file-input.md)
- [Toggle](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/toggle.md)
- [Element](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/element.md)
- [Services](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/services.md)
- [http](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/services/http.md): The integration lets QA and development teams perform service-level testing with popular tools, enhanced by the capabilities of the Ordino Engine. Key benefits
- [Integrations](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/integrations.md)
- [services](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/integrations/services.md)
- [mcp](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/integrations/mcp.md)
- [Ordino Copilot](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/ordino-copilot.md)


---

# 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://ordino-ai.gitbook.io/ordino-ai/sdk-reference.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.
