MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / GoBackEvent

Class GoBackEvent

src/environment/browser/browser/events.py:207–210  ·  view source on GitHub ↗

Navigate back in browser history.

Source from the content-addressed store, hash-verified

205
206
207class GoBackEvent(BaseEvent[None]):
208 """Navigate back in browser history."""
209
210 event_timeout: float | None = _get_timeout('TIMEOUT_GoBackEvent', 15.0) # seconds
211
212
213class GoForwardEvent(BaseEvent[None]):

Callers 1

go_backMethod · 0.90

Calls 1

_get_timeoutFunction · 0.85

Tested by

no test coverage detected