> For the complete documentation index, see [llms.txt](https://bugshot.gitbook.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bugshot.gitbook.io/ko/element/picker.md).

# 요소 선택

## 선택 시작

**디버그** 탭에서 **요소 스타일 편집**을 누르거나, 단축키 `Cmd/Ctrl+Shift+S`를 누릅니다. 그러면 페이지 위에 십자선(crosshair)이 뜨고, 마우스를 올린 요소가 강조됩니다.

> 혹시 단축키가 안 먹는다면 OS나 다른 확장과 겹친 걸 수 있으니, 버튼으로 시작하셔도 됩니다.

> 스타일은 손대지 않고 요소 모습만 스크린샷으로 담고 싶다면, [요소 캡처](/ko/screenshot/capture.md)가 더 빠릅니다.

![요소 선택 십자선](/files/g3vFSpRAWYoYLtQS0iMo)

## 요소 클릭

원하는 요소를 클릭하면 선택됩니다. 선택된 요소의 정보는 사이드패널에 표시됩니다.

## DOM 트리로 이동

정확히 원하는 요소가 잘 안 잡혀도 괜찮습니다. 선택된 요소를 기준으로 **부모·자식 요소로 이동**할 수 있거든요. 한 단계 위(부모)나 아래(자식)로 옮겨 가며 딱 맞는 요소를 찾으면 됩니다.

처음부터 다시 고르고 싶으면 **다시 선택**으로 언제든 새로 시작할 수 있습니다.

![DOM 트리 네비게이션](/files/OwIhbZE69zyHKkA7Pcwg)

## iframe 제약

페이지 안에 박힌 iframe(다른 문서가 들어 있는 프레임) **내부의 요소는 선택할 수 없습니다**. iframe 박스 자체를 클릭하면 안내가 뜨면서 선택이 취소됩니다.

> iframe 내부 요소가 꼭 필요하다면, [스크린샷 캡처](/ko/screenshot/capture.md)나 [녹화](/ko/video/record.md)를 활용해 보세요.

***

🌐 [English](https://bugshot.gitbook.io/en/element/picker)


---

# 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:

```
GET https://bugshot.gitbook.io/ko/element/picker.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.
