> 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/cao-zuo-zhi-nan/navigation/reload.md).

# 重新加载

重新加载是指命令浏览器刷新并重新加载当前网页的所有内容，类似于您在浏览器中按下圆形箭头按钮（F5）。此操作是自动进行的，并且没有任何附带的配置参数。

#### 实际示例：处理网页故障或临时失去连接

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

* 应用方法：将条件语句If与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/cao-zuo-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.
