Feature
agent-browser supports back, forward, reload commands.
Implementation
Add 3 endpoints:
/back?tab_id= → JS history.back() via Runtime.evaluate
/forward?tab_id= → history.forward()
/reload?tab_id= → CDP Page.reload
Acceptance Criteria
- Navigate to page A → page B →
/back → page A → /forward → page B
/reload reloads current page
Co-authored-by: blackfloofie 265516171+blackfloofie@users.noreply.github.com
Feature
agent-browser supports
back,forward,reloadcommands.Implementation
Add 3 endpoints:
/back?tab_id=→ JShistory.back()via Runtime.evaluate/forward?tab_id=→history.forward()/reload?tab_id=→ CDPPage.reloadAcceptance Criteria
/back→ page A →/forward→ page B/reloadreloads current pageCo-authored-by: blackfloofie 265516171+blackfloofie@users.noreply.github.com