MCPcopy
hub / github.com/stitionai/devika / __init__

Method __init__

src/browser/browser.py:15–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13
14class Browser:
15 def __init__(self):
16 self.playwright = None
17 self.browser = None
18 self.page = None
19 self.agent = AgentState()
20
21 async def start(self):
22 self.playwright = await async_playwright().start()

Callers

nothing calls this directly

Calls 1

AgentStateClass · 0.90

Tested by

no test coverage detected