MCPcopy Index your code
hub / github.com/microsoft/Webwright / step

Method step

src/webwright/agents/default.py:383–384  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

381 return self.messages[-1].get("extra", {})
382
383 def step(self) -> list[dict[str, Any]]:
384 return self.execute_actions(self.query())
385
386 def query(self) -> dict[str, Any]:
387 if 0 < self.config.step_limit <= self.n_calls:

Callers 1

runMethod · 0.95

Calls 2

execute_actionsMethod · 0.95
queryMethod · 0.95

Tested by

no test coverage detected