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

Method go_to_page

src/browser/interaction.py:190–193  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

188 return path_to_save
189
190 def go_to_page(self, url):
191 self.page.goto(url=url if "://" in url else "http://" + url)
192 self.client = self.page.context.new_cdp_session(self.page)
193 self.page_element_buffer = {}
194
195 def scroll(self, direction):
196 if direction == "up":

Callers 1

start_interactionFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected