---
title: "Finds *all* objects that match the selector criteria."
method: GET
path: "/uiDevice/findObjects"
---

# Finds *all* objects that match the selector criteria.

`GET /uiDevice/findObjects`

Finds an object. The object found, if any, can be later used in other call like API.click.

## Query parameters

- `bySelector` string

## Response `200`

Objects found

- ObjectRef[]
  - `oid` integer, required
  - `className` string

## Other responses

- `404` — Object not found
- `default` — Operation was not successful

---

[API](https://skmtc.dev/ktorio/apis/culebratester.md) · [All operations](https://skmtc.dev/ktorio/apis/culebratester/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ktorio/culebratester/revisions/f43d87b86446/schema)
