We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c8352 commit 0ad73f8Copy full SHA for 0ad73f8
src/browser_use_mcp_server/server.py
@@ -138,9 +138,8 @@ async def reset_browser_context(context: BrowserContext) -> None:
138
# If we get here, we need to reinitialize the browser
139
try:
140
# Get the original configuration from the context if possible
141
- config = None
142
if hasattr(context, "config"):
143
- config = context.config
+ pass
144
145
# Reinitialize the browser with the same configuration
146
browser_config = BrowserConfig(
0 commit comments