Replies: 1 comment 1 reply
-
|
Chrome DevTools MCP uses the same user data directory in the default configuration https://github.com/ChromeDevTools/chrome-devtools-mcp?tab=readme-ov-file#user-data-directory so any settings (e.g., the "continue where you left off" setting) changed in that instance should persist. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The way that I use this MCP is that it often spins up and down based on a user request, and I have a lot of different
userDataDir's. I have noticed that when you start the browser up again, it starts out empty.It would be ideal if it could somehow restore the state it was in when it was closed, or at least able to re-open the tabs that were open at the time of closing.
Beta Was this translation helpful? Give feedback.
All reactions