> For the complete documentation index, see [llms.txt](https://docs.gpmautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/navigation/reload.md).

# Reload

Reload 是指令浏览器对当前网页进行刷新并重新加载全部内容的操作,类似于您点击浏览器上的圆形箭头按钮(F5)。此操作会自动执行,不附带任何配置参数。

🎥 观看更多教学视频:[点击这里](https://youtu.be/a9qNt96X1SM)。

#### 实际示例:处理网页出错或临时断连的问题

在运行自动化流程的过程中,有时您会遇到网页显示错误、弹窗卡住无法关闭,或网络拥堵导致界面上某些元素(element)无法加载出来的情况。

* 应用方法:结合 If 条件 Block 与 Wait element 或 Image exists 操作。如果在一定时间内未能找到目标元素(表示网页出错),则让脚本调用 Reload 操作。
* 结果:浏览器将重新从头加载页面数据,以修复临时的显示错误,帮助脚本自动克服错误并继续运行,而不会突然中断流程。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/navigation/reload.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
