# Hover Web Element

This action hovers on a web element.

**Example**

Occasionally, some elements are only shown if hovered. For example, on Facebook Group posts the time of the posting is easier to access on the element that is shown on hover.

Here is an example of a post where the date is shown when you hover on it.

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

In this scenario, you can use this building block to first hover on the post in order to trigger date display and then use *Save Web Element* building block to save the date from the element that is displayed on hover action, as shown below.

<figure><img src="/files/9SWIZKV4DjeGeM6LuvjB" alt=""><figcaption></figcaption></figure>

You need to enter a CSS or XPath selector of the web element as input.

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


---

# 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://docs.zerowork.io/using-zerowork/using-building-blocks/hover-web-element.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.
