You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,21 @@ Your MCP client should open the browser and record a performance trace.
321
321
322
322
> [!NOTE]
323
323
> The MCP server will start the browser automatically once the MCP client uses a tool that requires a running browser instance. Connecting to the Chrome DevTools MCP server on its own will not automatically start the browser.
324
+
## Example: Debugging a WordPress Site Using MCP
325
+
326
+
This example demonstrates how `chrome-devtools-mcp` can be used to debug
327
+
and analyze a locally hosted WordPress site using Chrome DevTools automation.
328
+
329
+
### Prerequisites
330
+
- Local WordPress setup (XAMPP, LocalWP, Docker, etc.)
0 commit comments