# 설정 - 자동클릭

## 자동클릭이란?

<figure><img src="/files/IF0CjbaNMR95vq9kKhKS" alt=""><figcaption></figcaption></figure>

추출하려는 페이지에서 더 많은 상품 정보를 보기 위해 **버튼을 계속 눌러야 할 때** 사용하는 기능입니다.

{% hint style="info" %}
**초간단 따라하기**

➡️ 데이터 추출 ➡️ 설정 ➡️ 자동클릭할 요소 (CSS Selector) 입력 ➡️ 자동 클릭 옵션 선택 ➡️ 저장하기 ➡️ 데이터 재추출
{% endhint %}

***

## 사용방법

{% stepper %}
{% step %}

### 원하는 페이지를 추출하세요.

<figure><img src="/files/62OUsL4T77Ghu532CmmK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 결과창에서 <mark style="color:red;">➊</mark> 추출할 데이터 영역을 선택한 후 <mark style="color:red;">➋</mark> 브라우저 설정 영역을 클릭합니다.

<figure><img src="/files/xYId2KNGhYDz73znFf98" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 추출한 웹페이지에서 \[더보기] 버튼의 CSS 셀렉터 값을 복사합니다.

<figure><img src="/files/4NIRiX2sHofof2jJGNJV" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**참고** : [CSS 셀렉터 값 가져오기](/docs/ko/getting-started/listly-basics/css-selector.md)
{% endhint %}
{% endstep %}

{% step %}

### 설정창 안의 자동클릭할 요소에 CSS Selector 값을 붙여넣고 기타 옵션을 선택한 후 **저장**하세요.

<figure><img src="/files/eDr9YK3Z0UW2infs1oBF" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**➊**</mark>**&#x20;자동 클릭할 요소(CSS Selector)** : 더보기 버튼의 CSS Selector 값을 입력하는 칸입니다.

<mark style="color:red;">**➋**</mark>**&#x20;반복할 횟수** : 해당 버튼을 몇 번 클릭할지 설정합니다. 예를 들어 ‘10 회’로 지정하면, ‘더보기’ 버튼을 10번 클릭한 양 만큼 데이터를 가져옵니다.

<mark style="color:red;">**➌**</mark>**&#x20;잠시 대기** :  버튼 클릭 후 몇 초를 기다릴지 정합니다. 페이지가 로딩되는 속도에 맞춰 여유롭게 설정하세요.

<mark style="color:red;">**➍**</mark>**&#x20;실행시간** : 위 설정값을 기준으로 예상되는 추출 시간을 표시합니다. 단, 최대 실행 시간은 10분이며, 이를 초과하면 추출이 자동으로 중단될 수 있으므로, 10분 이내로 끝날 수 있도록 반복 횟수를 적정하게 설정하세요.
{% endstep %}

{% step %}

### **재추출** 버튼을 클릭합니다.

<figure><img src="/files/wicfFvncqYU6FqhVdO2W" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://help.listly.io/docs/ko/getting-started/databoard-features/settings-auto-click.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.
