AgentSkillsCN

playwright-browser-navigate-back

要回退浏览器历史记录,可从当前页面导航至前一页。

SKILL.md
--- frontmatter
name: playwright-browser-navigate-back
description: "To go back in browser history, navigate to the previous page from the current page."

Usage

Use the MCP tool dev-swarm.request to send the payload as a JSON string:

json
{"server_id":"playwright","tool_name":"browser_navigate_back","arguments":{}}

Tool Description

Go back to the previous page in the history

Arguments Schema

The schema below describes the arguments object in the request payload.

json
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {},
  "additionalProperties": false
}

Background Tasks

If the tool returns a task id, poll the task status via the MCP request tool:

json
{"server_id":"playwright","method":"tasks/status","params":{"task_id":"<task_id>"}}