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

Method start

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

Source from the content-addressed store, hash-verified

19 self.agent = AgentState()
20
21 async def start(self):
22 self.playwright = await async_playwright().start()
23 self.browser = await self.playwright.chromium.launch(headless=True)
24 self.page = await self.browser.new_page()
25 return self
26
27 # def new_page(self):
28 # return self.browser.new_page()

Callers 3

handle_messageFunction · 0.80
__init__Method · 0.80
open_pageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected