> ## Documentation Index
> Fetch the complete documentation index at: https://docs.browseract.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Click Element Item Node

> A specific child node for Loop List that clicks a link or button within the currently focused list item.

Overview

Click Element Item is a specialized child node designed for use inside a Loop List. It is used to click a specific element within the current list item, such as clicking a title to enter a detail page or clicking a "View Details" button.

<img src="https://mintcdn.com/browseract/QQRB3vmlM54OQFBD/images/Gemini_Generated_Image_grr7ozgrr7ozgrr7.png?fit=max&auto=format&n=QQRB3vmlM54OQFBD&q=85&s=e70ee4164496699c66089d9fe5f56922" alt="Gemini_Generated_Image_grr7ozgrr7ozgrr7.png" width="2752" height="1536" data-path="images/Gemini_Generated_Image_grr7ozgrr7ozgrr7.png" />

**Use Cases**

* Clicking video titles one by one in a video list to enter detail pages for further data collection.
* Clicking every news headline in a news list to scrape the full article content.
* Clicking product images or titles in a product list to get more specifications or reviews.

**Core Capabilities**

* Locates click targets within the currently focused list item using natural language.
* Triggers page navigation or content expansion.
* Supports continuing with [**Extract Data**](/learn/basics/node-types/extract-data-node) or other operations after clicking.

**Configuration Steps**

1. Add a [**Click Element Item**](/learn/basics/node-types/click-element-item-node) node inside a [**Loop List**](/learn/basics/node-types/loop-list-node).
2. Describe the element to click in **Element Description**, for example:
   * "Click the title link of the current job item"
   * "Click the thumbnail of the current video item"
   * "Click the View Details button in the current product item"
3. After clicking, you can attach [**Extract Data**](/learn/basics/node-types/extract-data-node) or other nodes within the same loop to complete scraping on the detail page.

<img src="https://mintcdn.com/browseract/6AEAYv_wQ0nrrJJQ/images/PixPin_2025-12-04_14-13-52.png?fit=max&auto=format&n=6AEAYv_wQ0nrrJJQ&q=85&s=874b4d6311e1c109e88bffa5f0edfc7d" alt="PixPin_2025-12-04_14-13-52.png" width="621" height="430" data-path="images/PixPin_2025-12-04_14-13-52.png" />

**Recommendations**

* Click Element Item can only be used within a Loop List; it cannot be used independently.
* Each node clicks only once. If multiple elements need clicking, chain multiple Click Element Item nodes within the Loop List.
* Emphasize "Current Item" in the description to avoid accidentally clicking other areas of the page.
* For scenarios requiring return to the list page after navigation, combine with **Tab Operation** or **Go Back** actions.
